Class Summary |
Counter<E> |
A specialized kind of hash table (or map) for storing numeric counts for
objects. |
Counters |
Static methods for operating on Counter s. |
Distribution<E> |
Immutable class for representing normalized, smoothed discrete distributions
from Counters . |
GeneralizedCounter |
A class for keeping double counts of List s of a
prespecified length. |
IntCounter<E> |
A specialized kind of hash table (or map) for storing numeric counts for
objects. |
TwoDimensionalCounter<K1,K2> |
A class representing a mapping between pairs of typed objects and double values. |