com.mchange.v1.lang.holders
Interface ThreadSafeShortHolder

All Known Implementing Classes:
SynchronizedShortHolder, VolatileShortHolder

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

public interface ThreadSafeShortHolder


Method Summary
 short getValue()
          Deprecated.  
 void setValue(short c)
          Deprecated.  
 

Method Detail

getValue

short getValue()
Deprecated. 

setValue

void setValue(short c)
Deprecated.