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