ThreadSafeBooleanHolder
public class VolatileBooleanHolder extends java.lang.Object implements ThreadSafeBooleanHolder
Constructor | Description |
---|---|
VolatileBooleanHolder() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
getValue() |
Deprecated.
gets the value of the wrapped boolean
|
void |
setValue(boolean value) |
Deprecated.
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