com.mchange.v1.lang.holders
Interface ThreadSafeFloatHolder

All Known Implementing Classes:
SynchronizedFloatHolder, VolatileFloatHolder

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

public interface ThreadSafeFloatHolder


Method Summary
 float getValue()
          Deprecated.  
 void setValue(float f)
          Deprecated.  
 

Method Detail

getValue

float getValue()
Deprecated. 

setValue

void setValue(float f)
Deprecated.