Package nl.colorize.util.stats


package nl.colorize.util.stats
  • Class
    Description
    Cache<K,V>
    Data structure for key/value pairs, where the value for each key is based on an underlying compute function.
    Defines a range between two Dates, with the start date being inclusive and the end date being exclusive.
    Categorizes the frequency of data points within different bins.
    A set that includes integers between the start and end.
    Tuple<L,R>
    Data structure that consists of two ordered values, sometimes also referred to as a pair.
    Convenience class that can be used as a shorthand for creating a list of Tuples.