com.mchange.v1.lang.holders
Class VolatileIntHolder

java.lang.Object
  extended by com.mchange.v1.lang.holders.VolatileIntHolder
All Implemented Interfaces:
ThreadSafeIntHolder

Deprecated. use classes in com.mchange.v2.holders

public class VolatileIntHolder
extends Object
implements ThreadSafeIntHolder


Constructor Summary
VolatileIntHolder()
          Deprecated.  
 
Method Summary
 int getValue()
          Deprecated.  
 void setValue(int value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolatileIntHolder

public VolatileIntHolder()
Deprecated. 
Method Detail

getValue

public int getValue()
Deprecated. 
Specified by:
getValue in interface ThreadSafeIntHolder

setValue

public void setValue(int value)
Deprecated. 
Specified by:
setValue in interface ThreadSafeIntHolder