Counter |
Maps integer keys to integer counts using a fixed-size table.
|
Coverage |
Utility class to collect branch and function coverage
|
CoverageFactory |
|
FastNonCollidingCounter |
An implementation of Counter that uses an IntIntHashMap to store values
"Fast" in that it is faster than using something that involves other HashMaps,
and boxing to-and-from primitive values.
|
FastNonCollidingCoverage |
Utility class to collect branch and function coverage
|
Hashing |
Utility class for computing bounded hash values.
|
IOUtils |
Utility class containing static methods for common I/O operations
|
MapOfCounters |
Maps integer keys to integer counts using a fixed-size table.
|
MovingAverage |
MovingAverage - A data structure for collecting a moving average.
|
NonZeroCachingCounter |
An extension of Counter that caches which entries
are non-zero.
|
ProducerHashMap<K,V> |
|