com.mchange.v1.lang.holders
Class VolatileFloatHolder

java.lang.Object
  extended by com.mchange.v1.lang.holders.VolatileFloatHolder
All Implemented Interfaces:
ThreadSafeFloatHolder

Deprecated. use classes in com.mchange.v2.holders

public class VolatileFloatHolder
extends Object
implements ThreadSafeFloatHolder


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

Constructor Detail

VolatileFloatHolder

public VolatileFloatHolder()
Deprecated. 
Method Detail

getValue

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

setValue

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