Package | Description |
---|---|
org.teavm.classlib.java.lang | |
org.teavm.classlib.java.util |
Modifier and Type | Field and Description |
---|---|
static TBoolean |
TBoolean.FALSE |
static TBoolean |
TBoolean.TRUE |
Modifier and Type | Method and Description |
---|---|
static TBoolean |
TBoolean.valueOf(boolean value) |
static TBoolean |
TBoolean.valueOf(String value) |
Modifier and Type | Method and Description |
---|---|
int |
TBoolean.compareTo(TBoolean other) |
Modifier and Type | Method and Description |
---|---|
static <E> TSet<E> |
TCollections.newSetFromMap(TMap<E,TBoolean> map) |
Constructor and Description |
---|
TSetFromMap(TMap<E,TBoolean> map) |
Copyright © 2019. All rights reserved.