public class ZonedDateTimeComparator extends Object implements Comparator<ZonedDateTime>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
INSTANCE |
| Constructor and Description |
|---|
ZonedDateTimeComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ZonedDateTime one,
ZonedDateTime another) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final Comparator INSTANCE
public int compare(ZonedDateTime one, ZonedDateTime another)
compare in interface Comparator<ZonedDateTime>Copyright © 2016 JBoss by Red Hat. All rights reserved.