Package hec.heclib.util
Class HecTimeComparator
java.lang.Object
hec.heclib.util.HecTime
hec.heclib.util.HecTimeComparator
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable
,Comparator<HecTime>
- See Also:
-
Field Summary
Fields inherited from class hec.heclib.util.HecTime
_baseGranularity, _defaultDateStyle, _julian, _secondsSinceMidnight, _showBeginning, DAY_GRANULARITY, DAY_INCREMENT, dfmt2, dfmt4, HOUR_GRANULARITY, HOUR_INCREMENT, MINUTE_GRANULARITY, MINUTE_INCREMENT, SECOND_GRANULARITY, SECOND_INCREMENT, UNDEFINED_VALUE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.heclib.util.HecTime
add, add, addCentury, addDays, addHours, addMinutes, addSeconds, adjustToIntervalOffset, cleanTime, cleanTime, clone, compareTimes, compareTo, computeNumberIntervals, computeNumberIntervals, computeNumberIntervalsSecs, convertTimeZone, convertTimeZone, convertToTimeZone, convertToTimeZone, curtim, datcln, date, date, dateAndTime, dateAndTime, datjul, datjul, datymd, datymd, day, dayOfWeek, dayOfWeekName, dayOfYear, equalTo, fromInstant, fromZonedDateTime, getDefaultDateStyle, getime, getime, getInstant, getIntervalOffset, getJavaDate, getLocalDateTime, getMinutes, getMinutes, getShowsTimeAsBeginningOfDay, getTime, getTimeGranularity, getTimeGranularityInSeconds, getTimeIncrement, getTimeInMillis, getTimeInMillis, getTimeInMillis, getTimeWindow, getXMLDateTime, greaterThan, greaterThanEqualTo, hour, hourMinutes, hoursMinutesSeconds, idaywk, ihm2m, ihm2m_2, increment, incrementSecs, inctim, inctim, isAlwaysShowTimeAsBeginningOfDay, isDateDefined, isDefined, isLeap, isoDate, isoTime, isTimeDefined, iymdjl, jliymd, jliymd, juldat, julian, julianToYearMonthDay, lessThan, lessThanEqualTo, m2ihm, main, maxDay, minute, minutesSinceMidnight, month, nopers, nopers, normalizeDateStyle, notEqualTo, second, secondsSinceMidnight, set, set, set, set, set, set, set, set, setAlwaysShowTimeAsBeginningOfDay, setCurrent, setDate, setDefaultDateStyle, setJulian, setJulian, setJulian, setMinutes, setMinutes, setMinutes, setSeconds, setTime, setTimeGranularity, setTimeGranularityInSeconds, setTimeIncrement, setTimeInMillis, setTimeInMillis, setUndefined, setXML, setYearMonthDay, setYearMonthDay, showTimeAsBeginningOfDay, subtract, subtract, subtractDays, subtractHours, subtractMinutes, subtractSeconds, systim, systim, time, timeGranularity, timeIncrement, toString, toString, value, year, yearMonthDay, yearMonthDayToJulian, ymddat, zofset
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
HecTimeComparator
public HecTimeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<HecTime>
-