Package | Description |
---|---|
org.teavm.classlib.java.lang |
Modifier and Type | Method and Description |
---|---|
static TInteger |
TInteger.decode(String nm) |
static TInteger |
TInteger.getInteger(TString nm) |
static TInteger |
TInteger.getInteger(TString nm,
int val) |
static TInteger |
TInteger.getInteger(TString nm,
TInteger val) |
static TInteger |
TInteger.valueOf(int i) |
static TInteger |
TInteger.valueOf(String s) |
static TInteger |
TInteger.valueOf(String s,
int radix) |
Modifier and Type | Method and Description |
---|---|
int |
TInteger.compareTo(TInteger other) |
static TInteger |
TInteger.getInteger(TString nm,
TInteger val) |
Copyright © 2019. All rights reserved.