com.mchange.v2.holders
Class SynchronizedByteHolder

java.lang.Object
  extended by com.mchange.v2.holders.SynchronizedByteHolder
All Implemented Interfaces:
ThreadSafeByteHolder, Serializable

public class SynchronizedByteHolder
extends Object
implements ThreadSafeByteHolder, Serializable

See Also:
Serialized Form

Constructor Summary
SynchronizedByteHolder()
           
 
Method Summary
 byte getValue()
           
 void setValue(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedByteHolder

public SynchronizedByteHolder()
Method Detail

getValue

public byte getValue()
Specified by:
getValue in interface ThreadSafeByteHolder

setValue

public void setValue(byte b)
Specified by:
setValue in interface ThreadSafeByteHolder