public interface ValueSegment<T extends java.lang.Comparable,V extends java.lang.Comparable> extends java.lang.Comparable<ValueSegment<T,V>>
Comparable
values. For example, instances could represent the
average temperature each hour of the day. The start and end values of the
ValueSegment
would be the Timestamps of the start and end of the
hour and the value would be the Float representing the average temperature
for that hour.
Note: ValueSegment
s
must be immutable objects.
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-10-14 14:59