Package org.jruby.util.collections
Class Counter
java.lang.Object
org.jruby.util.collections.ConcurrentAutoTable
org.jruby.util.collections.Counter
- All Implemented Interfaces:
Serializable
A simple high-performance counter. Merely renames the extended
org.cliffc.high_scale_lib.ConcurrentAutoTable class to be more obvious.
org.cliffc.high_scale_lib.ConcurrentAutoTable already has a decent
counting API.- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.util.collections.ConcurrentAutoTable
add, decrement, estimate_get, get, increment, internal_size, intValue, longValue, set, toString
-
Constructor Details
-
Counter
Counter()
-