com.mchange.v2.holders
Class SynchronizedFloatHolder
java.lang.Object
com.mchange.v2.holders.SynchronizedFloatHolder
- All Implemented Interfaces:
- ThreadSafeFloatHolder, Serializable
public class SynchronizedFloatHolder
- 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 |
SynchronizedFloatHolder
public SynchronizedFloatHolder()
getValue
public float getValue()
- Specified by:
getValue
in interface ThreadSafeFloatHolder
setValue
public void setValue(float value)
- Specified by:
setValue
in interface ThreadSafeFloatHolder