Package | Description |
---|---|
java.lang |
Core Java classes
|
java.util |
Utilities
|
Modifier and Type | Field and Description |
---|---|
static Boolean |
Boolean.FALSE |
static Boolean |
Boolean.TRUE |
Modifier and Type | Method and Description |
---|---|
static Boolean |
Boolean.valueOf(boolean b) |
static Boolean |
Boolean.valueOf(String s) |
Modifier and Type | Method and Description |
---|---|
int |
Boolean.compareTo(Boolean ob) |
Modifier and Type | Method and Description |
---|---|
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map)
Returns a set backed by the supplied map.
|