com.mchange.v1.lang.holders
Class SynchronizedLongHolder
java.lang.Object
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
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 |
SynchronizedLongHolder
public SynchronizedLongHolder(long value)
- Deprecated.
SynchronizedLongHolder
public SynchronizedLongHolder()
- Deprecated.
getValue
public long getValue()
- Deprecated.
- Specified by:
getValue
in interface ThreadSafeLongHolder
setValue
public void setValue(long value)
- Deprecated.
- Specified by:
setValue
in interface ThreadSafeLongHolder