Package com.mchange.v1.lang.holders
Class VolatileFloatHolder
java.lang.Object
com.mchange.v1.lang.holders.VolatileFloatHolder
- All Implemented Interfaces:
ThreadSafeFloatHolder
Deprecated.
use classes in com.mchange.v2.holders
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VolatileFloatHolder
public VolatileFloatHolder()Deprecated.
-
-
Method Details
-
getValue
public float getValue()Deprecated.- Specified by:
getValue
in interfaceThreadSafeFloatHolder
-
setValue
public void setValue(float value) Deprecated.- Specified by:
setValue
in interfaceThreadSafeFloatHolder
-