com.mchange.v1.lang.holders
Class SynchronizedShortHolder
java.lang.Object
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
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 |
SynchronizedShortHolder
public SynchronizedShortHolder()
- Deprecated.
getValue
public short getValue()
- Deprecated.
- Specified by:
getValue
in interface ThreadSafeShortHolder
setValue
public void setValue(short value)
- Deprecated.
- Specified by:
setValue
in interface ThreadSafeShortHolder