Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.Boolean
Packages that use Boolean
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Uses of Boolean in java.lang
Class declarations in java.lang with type arguments of type Boolean
class
The Boolean class wraps a value of the primitive type boolean in an object.
Fields in java.lang declared as Boolean
static final Boolean
Boolean.FALSE
The Boolean object corresponding to the primitive value false.
static final Boolean
Boolean.TRUE
The Boolean object corresponding to the primitive value true.
Fields in java.lang with type arguments of type Boolean
static final Class<Boolean>
Boolean.TYPE
The Class object representing the primitive type boolean.
Methods in java.lang that return Boolean
static Boolean
Boolean.valueOf(boolean b)
Returns a Boolean instance representing the specified boolean value.
static Boolean
Boolean.valueOf(String s)
Returns a Boolean with a value represented by the specified string.
Methods in java.lang that return types with arguments of type Boolean
Returns an Optional containing the nominal descriptor for this instance.
Methods in java.lang with parameters of type Boolean
int
Boolean.compareTo(Boolean b)
Compares this Boolean instance with another.
Uses of Boolean in java.util
Method parameters in java.util with type arguments of type Boolean
static <ESet<E>
Collections.newSetFromMap(Map<E,Boolean> map)
Returns a set backed by the specified map.
Methods in java.util.concurrent that return types with arguments of type Boolean
ConcurrentHashMap.newKeySet()
Creates a new Set backed by a ConcurrentHashMap from the given type to Boolean.TRUE.
ConcurrentHashMap.newKeySet(int initialCapacity)
Creates a new Set backed by a ConcurrentHashMap from the given type to Boolean.TRUE.
Uses of Boolean in javax.swing
Methods in javax.swing with parameters of type Boolean
void
GroupLayout.setHonorsVisibility(Component component, Boolean honorsVisibility)
Sets whether the component's visibility is considered for sizing and positioning.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz