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 TBooleanModifier and TypeFieldDescriptionstatic final TBooleanTBoolean.FALSEstatic final TBooleanTBoolean.TRUEMethods in org.teavm.classlib.java.lang that return TBooleanModifier and TypeMethodDescriptionstatic TBooleanTBoolean.valueOf(boolean value) static TBooleanMethods 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