com.mchange.v1.lang.holders
Class SynchronizedFloatHolder

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

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

public class SynchronizedFloatHolder
extends Object
implements ThreadSafeFloatHolder


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

SynchronizedFloatHolder

public SynchronizedFloatHolder()
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