| Package | Description |
|---|---|
| java.lang | |
| java.util |
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
Boolean.FALSE
The Boolean object corresponding to the primitive value false.
|
static Boolean |
Boolean.TRUE
The Boolean object corresponding to the primitive value true.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
Boolean.valueOf(boolean b)
Returns the object instance of i
|
static Boolean |
Boolean.valueOf(String b) |
| Modifier and Type | Method and Description |
|---|---|
int |
Boolean.compareTo(Boolean b2) |
| Modifier and Type | Method and Description |
|---|---|
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map)
Answers a set backed by a map.
|
Copyright © 2026. All rights reserved.