KK
- type of the field elementspublic class FieldChronologicalComparator<KK extends org.hipparchus.CalculusFieldElement<KK>> extends Object implements Comparator<FieldTimeStamped<KK>>, Serializable
FieldTimeStamped
instance.FieldAbsoluteDate
,
FieldTimeStamped
,
Serialized FormConstructor and Description |
---|
FieldChronologicalComparator()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(FieldTimeStamped<KK> timeStamped1,
FieldTimeStamped<KK> timeStamped2)
Compare two time-stamped instances.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public FieldChronologicalComparator()
public int compare(FieldTimeStamped<KK> timeStamped1, FieldTimeStamped<KK> timeStamped2)
compare
in interface Comparator<FieldTimeStamped<KK extends org.hipparchus.CalculusFieldElement<KK>>>
timeStamped1
- first time-stamped instancetimeStamped2
- second time-stamped instanceCopyright © 2002-2023 CS GROUP. All rights reserved.