Package com.mchange.v2.holders
Interface ThreadSafeLongHolder
-
- All Known Implementing Classes:
SynchronizedLongHolder
public interface ThreadSafeLongHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getValue()
void
setValue(long l)
-