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