@NotThreadSafe public class MutableBoolean extends Object implements IMutableObject<MutableBoolean>
| Constructor and Description |
|---|
MutableBoolean(boolean bValue) |
MutableBoolean(Boolean aValue) |
MutableBoolean(MutableBoolean aValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue() |
int |
compareTo(MutableBoolean rhs) |
boolean |
equals(Object o) |
Boolean |
getAsBoolean() |
MutableBoolean |
getClone() |
<T> T |
getIf(Supplier<? extends T> aSupplier) |
<T> T |
getIf(Supplier<? extends T> aSupplier,
T aDefault) |
int |
hashCode() |
protected void |
onAfterChange()
This method is invoked after a value changed.
|
EChange |
set(boolean bValue) |
EChange |
set(Boolean aValue) |
EChange |
set(MutableBoolean aValue) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisEQ, isGE, isGT, isLE, isLT, isNEthisAsTpublic MutableBoolean(boolean bValue)
public MutableBoolean(@Nonnull MutableBoolean aValue)
@OverrideOnDemand protected void onAfterChange()
public boolean booleanValue()
@Nonnull public EChange set(@Nonnull MutableBoolean aValue)
public int compareTo(@Nonnull MutableBoolean rhs)
compareTo in interface Comparable<MutableBoolean>@Nonnull public MutableBoolean getClone()
getClone in interface ICloneable<MutableBoolean>Copyright © 2014–2019 Philip Helger. All rights reserved.