com.mchange.v2.holders
Interface ThreadSafeFloatHolder

All Known Implementing Classes:
SynchronizedFloatHolder, VolatileFloatHolder

public interface ThreadSafeFloatHolder


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

Method Detail

getValue

float getValue()

setValue

void setValue(float f)