| Package | Description |
|---|---|
| java.lang | |
| java.util |
| 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 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) |
Copyright © 2026. All rights reserved.