|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.time.ChronologicalComparator
public class ChronologicalComparator
Comparator for TimeStamped instance.
AbsoluteDate,
TimeStamped,
Serialized Form| Constructor Summary | |
|---|---|
ChronologicalComparator()
Simple constructor. |
|
| Method Summary | |
|---|---|
int |
compare(TimeStamped timeStamped1,
TimeStamped timeStamped2)
Compare two time-stamped instances. |
| 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 |
| Constructor Detail |
|---|
public ChronologicalComparator()
| Method Detail |
|---|
public int compare(TimeStamped timeStamped1,
TimeStamped timeStamped2)
compare in interface java.util.Comparator<TimeStamped>timeStamped1 - first time-stamped instancetimeStamped2 - second time-stamped instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||