com.mchange.v1.lang.holders
Class SynchronizedByteHolder

java.lang.Object
  extended by com.mchange.v1.lang.holders.SynchronizedByteHolder
All Implemented Interfaces:
ThreadSafeByteHolder

Deprecated. use classes in com.mchange.v2.holders

public class SynchronizedByteHolder
extends Object
implements ThreadSafeByteHolder


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

Constructor Detail

SynchronizedByteHolder

public SynchronizedByteHolder()
Deprecated. 
Method Detail

getValue

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

setValue

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