com.mchange.v2.holders
Class VolatileFloatHolder
java.lang.Object
com.mchange.v2.holders.VolatileFloatHolder
- All Implemented Interfaces:
- ThreadSafeFloatHolder, Serializable
public class VolatileFloatHolder
- extends Object
- implements ThreadSafeFloatHolder, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolatileFloatHolder
public VolatileFloatHolder()
getValue
public float getValue()
- Specified by:
getValue
in interface ThreadSafeFloatHolder
setValue
public void setValue(float value)
- Specified by:
setValue
in interface ThreadSafeFloatHolder