com.mchange.v2.holders
Class SynchronizedFloatHolder

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

public class SynchronizedFloatHolder
extends Object
implements ThreadSafeFloatHolder, Serializable

See Also:
Serialized Form

Constructor Summary
SynchronizedFloatHolder()
           
 
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

SynchronizedFloatHolder

public SynchronizedFloatHolder()
Method Detail

getValue

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

setValue

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