Uses of Class
java.lang.Boolean
-
Packages that use Boolean Package Description java.lang -
-
Uses of Boolean in java.lang
Fields in java.lang declared as Boolean Modifier and Type Field Description static BooleanBoolean. FALSETheBooleanobject that represents the primitive valuefalse.static BooleanBoolean. TRUETheBooleanobject that represents the primitive valuetrue.Methods in java.lang that return Boolean Modifier and Type Method Description static BooleanBoolean. valueOf(boolean b)Returns aBooleaninstance for the specified boolean value.static BooleanBoolean. valueOf(String string)Parses the specified string as a boolean value.Methods in java.lang with parameters of type Boolean Modifier and Type Method Description intBoolean. compareTo(Boolean that)Compares this object to the specified boolean object to determine their relative order.
-