Interface Counter
- All Known Implementing Classes:
FixedSizeStripedLongCounter
public interface Counter
Base counter interface.
- Author:
- Tolstopyatov Vsevolod
-
Method Summary
-
Method Details
-
inc
void inc() -
inc
void inc(long delta) -
get
long get() -
getAndReset
long getAndReset()
-