Package org.pkl.core.util
Class MutableBoolean
java.lang.Object
org.pkl.core.util.MutableBoolean
A mutable boolean in a box. If you need a thread-safe box, use
AtomicBoolean instead.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableBoolean
public MutableBoolean(boolean value)
-
-
Method Details
-
get
public boolean get() -
getAndSetFalse
public boolean getAndSetFalse() -
set
public void set(boolean value)
-