public class ZonedDateTimeComparator extends Object implements Comparator<java.time.ZonedDateTime>, Serializable
Modifier and Type | Field and Description |
---|---|
static Comparator |
INSTANCE |
Constructor and Description |
---|
ZonedDateTimeComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.time.ZonedDateTime one,
java.time.ZonedDateTime another) |
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 static final Comparator INSTANCE
public int compare(java.time.ZonedDateTime one, java.time.ZonedDateTime another)
compare
in interface Comparator<java.time.ZonedDateTime>
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.