com.mchange.v1.lang.holders
Class SynchronizedDoubleHolder
java.lang.Object
com.mchange.v1.lang.holders.SynchronizedDoubleHolder
- All Implemented Interfaces:
- ThreadSafeDoubleHolder
Deprecated. use classes in com.mchange.v2.holders
public class SynchronizedDoubleHolder
- extends Object
- implements ThreadSafeDoubleHolder
Method Summary |
double |
getValue()
Deprecated. |
void |
setValue(double value)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedDoubleHolder
public SynchronizedDoubleHolder()
- Deprecated.
getValue
public double getValue()
- Deprecated.
- Specified by:
getValue
in interface ThreadSafeDoubleHolder
setValue
public void setValue(double value)
- Deprecated.
- Specified by:
setValue
in interface ThreadSafeDoubleHolder