public class VolatileBooleanHolder extends java.lang.Object implements ThreadSafeBooleanHolder, java.io.Serializable
Constructor and Description |
---|
VolatileBooleanHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
gets the value of the wrapped boolean
|
void |
setValue(boolean value)
sets the value of the wrapped boolean
|
public boolean getValue()
ThreadSafeBooleanHolder
getValue
in interface ThreadSafeBooleanHolder
public void setValue(boolean value)
ThreadSafeBooleanHolder
setValue
in interface ThreadSafeBooleanHolder