com.liferay.portal.kernel.util
Class TimeZoneComparator
java.lang.Object
com.liferay.portal.kernel.util.TimeZoneComparator
- All Implemented Interfaces:
- Comparator<TimeZone>
public class TimeZoneComparator
- extends Object
- implements Comparator<TimeZone>
| 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 |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong |
TimeZoneComparator
public TimeZoneComparator()
TimeZoneComparator
public TimeZoneComparator(Locale locale)
- Deprecated. As of 7.0.0, replaced by
TimeZoneComparator()
compare
public int compare(TimeZone timeZone1,
TimeZone timeZone2)
- Specified by:
compare in interface Comparator<TimeZone>