public class VolatileBooleanHolder extends java.lang.Object implements ThreadSafeBooleanHolder
| Constructor and Description |
|---|
VolatileBooleanHolder()
Deprecated.
|
| Modifier and Type | Method and 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()
ThreadSafeBooleanHoldergetValue in interface ThreadSafeBooleanHolderpublic void setValue(boolean value)
ThreadSafeBooleanHoldersetValue in interface ThreadSafeBooleanHolder