Package com.mchange.v1.lang.holders
Interface ThreadSafeBooleanHolder
-
- All Known Implementing Classes:
SynchronizedBooleanHolder,VolatileBooleanHolder
public interface ThreadSafeBooleanHolderDeprecated.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 booleangetValue()Deprecated.gets the value of the wrapped booleanvoidsetValue(boolean b)Deprecated.sets the value of the wrapped boolean
-