public final class Boolean extends Object
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
FALSE |
static Boolean |
TRUE |
| Constructor and Description |
|---|
Boolean(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue() |
int |
compareTo(Boolean b2) |
boolean |
equals(Object obj) |
int |
hashCode() |
static boolean |
parseBoolean(String s) |
String |
toString() |
static Boolean |
valueOf(boolean b) |
static Boolean |
valueOf(String b) |
Copyright © 2026. All rights reserved.