com.mchange.v2.holders
Class SynchronizedShortHolder
java.lang.Object
com.mchange.v2.holders.SynchronizedShortHolder
- All Implemented Interfaces:
- ThreadSafeShortHolder, Serializable
public class SynchronizedShortHolder
- extends Object
- implements ThreadSafeShortHolder, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedShortHolder
public SynchronizedShortHolder()
getValue
public short getValue()
- Specified by:
getValue
in interface ThreadSafeShortHolder
setValue
public void setValue(short value)
- Specified by:
setValue
in interface ThreadSafeShortHolder