| Interface | Description |
|---|---|
| MappedCounter<T> |
Interface for a Collection which simply counts a number
of items.
|
| Class | Description |
|---|---|
| ConcurrentMappedCounter<T> |
Thread-Safe variant of
MappedCounter,
currently internally delegates to a MappedCounterImpl |
| MappedCounterImpl<T> |
Default implementation of a
MappedCounter. |
| MapUtils |
Some helper methods related to Maps, e.g. sorting by value.
|