@NotThreadSafe public final class MutableBoolean extends Object implements IMutable<MutableBoolean>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_VALUE
The default value if the default constructor is used.
|
| Constructor and Description |
|---|
MutableBoolean() |
MutableBoolean(boolean bValue) |
MutableBoolean(Boolean aValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue() |
int |
compareTo(MutableBoolean rhs) |
boolean |
equals(Object o) |
Boolean |
getAsBoolean() |
MutableBoolean |
getClone() |
int |
hashCode() |
EChange |
set(boolean bValue) |
String |
toString() |
public static final boolean DEFAULT_VALUE
public MutableBoolean()
public MutableBoolean(boolean bValue)
public boolean booleanValue()
public int compareTo(@Nonnull MutableBoolean rhs)
compareTo in interface Comparable<MutableBoolean>@Nonnull public MutableBoolean getClone()
getClone in interface ICloneable<MutableBoolean>Copyright © 2006–2015 phloc systems. All rights reserved.