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