com.mchange.v2.holders
Class VolatileShortHolder

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

public class VolatileShortHolder
extends Object
implements ThreadSafeShortHolder, Serializable

See Also:
Serialized Form

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

Constructor Detail

VolatileShortHolder

public VolatileShortHolder()
Method Detail

getValue

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

setValue

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