- Type Parameters:
T - The type of value.
- All Implemented Interfaces:
- java.lang.Comparable<DataBinner.TimeValue<T>>
- Enclosing class:
- DataBinner
public static class DataBinner.TimeValue<T extends java.lang.Comparable<T>>
extends java.lang.Object
implements java.lang.Comparable<DataBinner.TimeValue<T>>
Class to represent a point in a time series of data.
The binning will be done over time intervals.
(Instead of time in milliseconds, any other "long" kind of data can be used for binning.)
The value carries arbitrary data, which can later be
retrieved as a list for a given bin interval.