Package com.mchange.v1.lang.holders
Class SynchronizedLongHolder
- java.lang.Object
-
- com.mchange.v1.lang.holders.SynchronizedLongHolder
-
- All Implemented Interfaces:
ThreadSafeLongHolder
public class SynchronizedLongHolder extends java.lang.Object implements ThreadSafeLongHolder
Deprecated.use classes in com.mchange.v2.holders
-
-
Constructor Summary
Constructors Constructor Description SynchronizedLongHolder()Deprecated.SynchronizedLongHolder(long value)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longgetValue()Deprecated.voidsetValue(long value)Deprecated.
-
-
-
Method Detail
-
getValue
public long getValue()
Deprecated.- Specified by:
getValuein interfaceThreadSafeLongHolder
-
setValue
public void setValue(long value)
Deprecated.- Specified by:
setValuein interfaceThreadSafeLongHolder
-
-