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