|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadSafeBooleanHolder
An interface for thread-safe wrappers for a mutable boolean.
SynchronizedBooleanHolder
,
VolatileBooleanHolder
Method Summary | |
---|---|
boolean |
getValue()
Deprecated. gets the value of the wrapped boolean |
void |
setValue(boolean b)
Deprecated. sets the value of the wrapped boolean |
Method Detail |
---|
boolean getValue()
void setValue(boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |