public class ChronologicalComparator extends Object implements Comparator<TimeStamped>, Serializable
TimeStamped
instance.AbsoluteDate
,
TimeStamped
,
Serialized FormConstructor and Description |
---|
ChronologicalComparator()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(TimeStamped timeStamped1,
TimeStamped timeStamped2)
Compare two time-stamped instances.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(TimeStamped timeStamped1, TimeStamped timeStamped2)
compare
in interface Comparator<TimeStamped>
timeStamped1
- first time-stamped instancetimeStamped2
- second time-stamped instanceCopyright © 2017 CNES. All rights reserved.