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