com.mchange.v1.lang.holders
Interface ThreadSafeBooleanHolder

All Known Implementing Classes:
SynchronizedBooleanHolder, VolatileBooleanHolder

Deprecated. use classes in com.mchange.v2.holders

public interface ThreadSafeBooleanHolder

An interface for thread-safe wrappers for a mutable boolean.

See Also:
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

getValue

boolean getValue()
Deprecated. 
gets the value of the wrapped boolean


setValue

void setValue(boolean b)
Deprecated. 
sets the value of the wrapped boolean