org.cliffc.high_scale_lib
Class Counter
java.lang.Object
org.cliffc.high_scale_lib.ConcurrentAutoTable
org.cliffc.high_scale_lib.Counter
- All Implemented Interfaces:
- Serializable
public class Counter
- extends ConcurrentAutoTable
A simple high-performance counter. Merely renames the extended ConcurrentAutoTable
class to be more obvious.
ConcurrentAutoTable
already has a decent
counting API.
- Since:
- 1.5
- Author:
- Cliff Click
- See Also:
- Serialized Form
Methods inherited from class org.cliffc.high_scale_lib.ConcurrentAutoTable |
add, decrement, estimate_get, get, increment, internal_size, intValue, longValue, print, set, toString |
Counter
public Counter()