- All Implemented Interfaces:
- java.lang.Comparable
public class PointTime
extends java.lang.Object
implements java.lang.Comparable
Class PointTime encapsulates the time and order of a value. We want to
index the recorded time but in the event of a repeated time, it will
have another index which should be unique. The class is Comparable
and the order is given first by the date and if those are equals by
the index
- Version:
- $Revision: 1.3 $