Package com.mchange.v1.lang.holders
Class VolatileShortHolder
- java.lang.Object
-
- com.mchange.v1.lang.holders.VolatileShortHolder
-
- All Implemented Interfaces:
ThreadSafeShortHolder
public class VolatileShortHolder extends java.lang.Object implements ThreadSafeShortHolder
Deprecated.use classes in com.mchange.v2.holders
-
-
Constructor Summary
Constructors Constructor Description VolatileShortHolder()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description shortgetValue()Deprecated.voidsetValue(short value)Deprecated.
-
-
-
Method Detail
-
getValue
public short getValue()
Deprecated.- Specified by:
getValuein interfaceThreadSafeShortHolder
-
setValue
public void setValue(short value)
Deprecated.- Specified by:
setValuein interfaceThreadSafeShortHolder
-
-