com.mchange.v2.holders
Class SynchronizedByteHolder
java.lang.Object
com.mchange.v2.holders.SynchronizedByteHolder
- All Implemented Interfaces:
- ThreadSafeByteHolder, Serializable
public class SynchronizedByteHolder
- 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 |
SynchronizedByteHolder
public SynchronizedByteHolder()
getValue
public byte getValue()
- Specified by:
getValue
in interface ThreadSafeByteHolder
setValue
public void setValue(byte b)
- Specified by:
setValue
in interface ThreadSafeByteHolder