Package com.mchange.v1.lang.holders
Class VolatileByteHolder
- java.lang.Object
-
- com.mchange.v1.lang.holders.VolatileByteHolder
-
- All Implemented Interfaces:
ThreadSafeByteHolder
public class VolatileByteHolder extends java.lang.Object implements ThreadSafeByteHolder
Deprecated.use classes in com.mchange.v2.holders
-
-
Constructor Summary
Constructors Constructor Description VolatileByteHolder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte
getValue()
Deprecated.void
setValue(byte value)
Deprecated.
-
-
-
Method Detail
-
getValue
public byte getValue()
Deprecated.- Specified by:
getValue
in interfaceThreadSafeByteHolder
-
setValue
public void setValue(byte value)
Deprecated.- Specified by:
setValue
in interfaceThreadSafeByteHolder
-
-