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 int
getValue()
Deprecated.void
setValue(int value)
Deprecated.
-
-
-
Method Detail
-
getValue
public int getValue()
Deprecated.- Specified by:
getValue
in interfaceThreadSafeIntHolder
-
setValue
public void setValue(int value)
Deprecated.- Specified by:
setValue
in interfaceThreadSafeIntHolder
-
-