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