Class | Description |
---|---|
ComparableDistribution<V extends java.lang.Comparable<V>> |
Represents a distribution of comparable discrete objects.
|
ComparableDistributionCollector<V extends java.lang.Comparable<V>> |
Collector for use with streams that creates a ComparableDistribution from
a stream of objects
|
CountMap<V> |
Keeps counts of an object
|
Distribution<V> |
Represents a discrete distribution of objects.
|
DistributionCollector<V> |
Collector for use with streams that creates a Distribution from
a stream of objects
|