com.mchange.v2.holders
Class VolatileByteHolder
java.lang.Object
com.mchange.v2.holders.VolatileByteHolder
- All Implemented Interfaces:
- ThreadSafeByteHolder, Serializable
public class VolatileByteHolder
- extends Object
- implements ThreadSafeByteHolder, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolatileByteHolder
public VolatileByteHolder()
getValue
public byte getValue()
- Specified by:
getValue
in interface ThreadSafeByteHolder
setValue
public void setValue(byte value)
- Specified by:
setValue
in interface ThreadSafeByteHolder