Package com.mchange.v2.holders
Interface ThreadSafeFloatHolder
-
- All Known Implementing Classes:
SynchronizedFloatHolder
,VolatileFloatHolder
public interface ThreadSafeFloatHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getValue()
void
setValue(float f)
-