com.mchange.v1.lang.holders
Class SynchronizedShortHolder

java.lang.Object
  extended by com.mchange.v1.lang.holders.SynchronizedShortHolder
All Implemented Interfaces:
ThreadSafeShortHolder

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

public class SynchronizedShortHolder
extends Object
implements ThreadSafeShortHolder


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

Constructor Detail

SynchronizedShortHolder

public SynchronizedShortHolder()
Deprecated. 
Method Detail

getValue

public short getValue()
Deprecated. 
Specified by:
getValue in interface ThreadSafeShortHolder

setValue

public void setValue(short value)
Deprecated. 
Specified by:
setValue in interface ThreadSafeShortHolder