com.mchange.v1.lang.holders
Class SynchronizedLongHolder

java.lang.Object
  extended by com.mchange.v1.lang.holders.SynchronizedLongHolder
All Implemented Interfaces:
ThreadSafeLongHolder

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

public class SynchronizedLongHolder
extends Object
implements ThreadSafeLongHolder


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

Constructor Detail

SynchronizedLongHolder

public SynchronizedLongHolder(long value)
Deprecated. 

SynchronizedLongHolder

public SynchronizedLongHolder()
Deprecated. 
Method Detail

getValue

public long getValue()
Deprecated. 
Specified by:
getValue in interface ThreadSafeLongHolder

setValue

public void setValue(long value)
Deprecated. 
Specified by:
setValue in interface ThreadSafeLongHolder