com.mchange.v1.lang.holders
Class SynchronizedIntHolder

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

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

public class SynchronizedIntHolder
extends Object
implements ThreadSafeIntHolder


Constructor Summary
SynchronizedIntHolder()
          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

SynchronizedIntHolder

public SynchronizedIntHolder()
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