Package com.mchange.v1.lang.holders
Interface ThreadSafeBooleanHolder
-
- All Known Implementing Classes:
SynchronizedBooleanHolder
,VolatileBooleanHolder
public interface ThreadSafeBooleanHolder
Deprecated.use classes in com.mchange.v2.holdersAn interface for thread-safe wrappers for a mutable boolean.- See Also:
SynchronizedBooleanHolder
,VolatileBooleanHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
getValue()
Deprecated.gets the value of the wrapped booleanvoid
setValue(boolean b)
Deprecated.sets the value of the wrapped boolean
-