Interface ThreadSafeFloatHolder
- All Known Implementing Classes:
SynchronizedFloatHolder, VolatileFloatHolder
public interface ThreadSafeFloatHolder
-
Method Summary
-
Method Details
-
getValue
float getValue() -
setValue
void setValue(float f)
-
SynchronizedFloatHolder, VolatileFloatHolder