Package hec.data.timeSeriesText
Class DateDateComparator
java.lang.Object
hec.data.timeSeriesText.DateDateComparator
- All Implemented Interfaces:
Comparator<DateDateKey>
@Deprecated(forRemoval=true)
public class DateDateComparator
extends Object
implements Comparator<DateDateKey>
Deprecated, for removal: This API element is subject to removal in a future version.
This class is marked for removal and should not be used.
Update to use hec-nucleus data types instead
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(DateDateKey o1, DateDateKey o2) Deprecated, for removal: This API element is subject to removal in a future version.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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DateDateComparator
public DateDateComparator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
compare
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compare
in interfaceComparator<DateDateKey>
-