com.isti.util
Class IstiEpochComparator

java.lang.Object
  extended by com.isti.util.IstiEpochComparator
All Implemented Interfaces:
java.util.Comparator

public class IstiEpochComparator
extends java.lang.Object
implements java.util.Comparator

IstiEpoch is a class that is used to help convert from IstiEpochs (either longs or doubles) into GregorianCalendar

Version:
1.0.232
Author:
Instrumental Software Technologies, Inc. (ISTI)

Field Summary
(package private)  IstiEpoch first
           
(package private)  IstiEpoch second
           
 
Constructor Summary
IstiEpochComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

first

IstiEpoch first

second

IstiEpoch second
Constructor Detail

IstiEpochComparator

public IstiEpochComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Method declaration

Specified by:
compare in interface java.util.Comparator
Parameters:
o1 -
o2 -
Returns:
See Also: