Package org.jctools.counters
Interface Counter
-
- All Known Implementing Classes:
FixedSizeStripedLongCounter
,FixedSizeStripedLongCounterV6
,FixedSizeStripedLongCounterV8
public interface Counter
Base counter interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
get()
long
getAndReset()
void
inc()
void
inc(long delta)
-