Package com.mchange.v2.holders
Interface ThreadSafeDoubleHolder
-
- All Known Implementing Classes:
SynchronizedDoubleHolder
public interface ThreadSafeDoubleHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getValue()
void
setValue(double d)
-