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 long
getValue()
Deprecated.void
setValue(long value)
Deprecated.
-
-
-
Method Detail
-
getValue
public long getValue()
Deprecated.- Specified by:
getValue
in interfaceThreadSafeLongHolder
-
setValue
public void setValue(long value)
Deprecated.- Specified by:
setValue
in interfaceThreadSafeLongHolder
-
-