com.mchange.v2.holders
Class VolatileFloatHolder

java.lang.Object
  extended by com.mchange.v2.holders.VolatileFloatHolder
All Implemented Interfaces:
ThreadSafeFloatHolder, Serializable

public class VolatileFloatHolder
extends Object
implements ThreadSafeFloatHolder, Serializable

See Also:
Serialized Form

Constructor Summary
VolatileFloatHolder()
           
 
Method Summary
 float getValue()
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolatileFloatHolder

public VolatileFloatHolder()
Method Detail

getValue

public float getValue()
Specified by:
getValue in interface ThreadSafeFloatHolder

setValue

public void setValue(float value)
Specified by:
setValue in interface ThreadSafeFloatHolder