Package Utils.Distribution
Provides classes that represent Distributions
-
Class Summary 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 objectsCountMap<V> Keeps counts of an objectDistribution<V> Represents a discrete distribution of objects.DistributionCollector<V> Collector for use with streams that creates a Distribution from a stream of objects