Package org.pkl.core.util
Class MutableBoolean
- java.lang.Object
-
- org.pkl.core.util.MutableBoolean
-
public final class MutableBoolean extends java.lang.ObjectA mutable boolean in a box. If you need a thread-safe box, useAtomicBooleaninstead.
-
-
Constructor Summary
Constructors Constructor Description MutableBoolean(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanget()booleangetAndSetFalse()voidset(boolean value)
-