KK
- type of the field elements
public class FieldChronologicalComparator<KK extends org.hipparchus.CalculusFieldElement<KK>> extends Object implements Comparator<FieldTimeStamped<KK>>, Serializable
FieldTimeStamped
实例的比较器。
FieldAbsoluteDate
, FieldTimeStamped
, Serialized Form
Constructor and Description |
---|
FieldChronologicalComparator()
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
compare(FieldTimeStamped<KK> timeStamped1, FieldTimeStamped<KK> timeStamped2)
比较两个时间戳实例。
|
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 int compare(FieldTimeStamped<KK> timeStamped1, FieldTimeStamped<KK> timeStamped2)
compare
在接口 Comparator<FieldTimeStamped<KK extends org.hipparchus.CalculusFieldElement<KK>>>
timeStamped1
- 第一个时间戳实例
timeStamped2
- 第二个时间戳实例
Copyright © 2002-2023 CS GROUP. All rights reserved.