Uses of Class
org.teavm.classlib.java.lang.TBoolean
Packages that use TBoolean
-
Uses of TBoolean in org.teavm.classlib.java.lang
Fields in org.teavm.classlib.java.lang declared as TBooleanMethods in org.teavm.classlib.java.lang that return TBooleanModifier and TypeMethodDescriptionstatic TBoolean
TBoolean.valueOf(boolean value)
static TBoolean
Methods in org.teavm.classlib.java.lang with parameters of type TBoolean -
Uses of TBoolean in org.teavm.classlib.java.util
Method parameters in org.teavm.classlib.java.util with type arguments of type TBooleanModifier and TypeMethodDescriptionstatic <E> TSet<E>
TCollections.newSetFromMap(TMap<E,TBoolean> map)
Constructor parameters in org.teavm.classlib.java.util with type arguments of type TBoolean