Package com.mchange.v1.lang.holders
Interface ThreadSafeByteHolder
-
- All Known Implementing Classes:
SynchronizedByteHolder,VolatileByteHolder
public interface ThreadSafeByteHolderDeprecated.use classes in com.mchange.v2.holders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description bytegetValue()Deprecated.voidsetValue(byte b)Deprecated.
-