public interface ThreadSafeBooleanHolder
SynchronizedBooleanHolder
,
VolatileBooleanHolder
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
Deprecated.
gets the value of the wrapped boolean
|
void |
setValue(boolean b)
Deprecated.
sets the value of the wrapped boolean
|