Class QueuedBoolean
java.lang.Object
com.ticxo.modelengine.api.utils.data.QueuedBoolean
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueuedBoolean
public QueuedBoolean(boolean initialValue)
-
-
Method Details
-
set
public void set(boolean value) -
setUnsafe
public void setUnsafe(boolean value) -
pass
public void pass() -
get
public boolean get() -
getUnsafe
public boolean getUnsafe()
-