public static class ZoneIdTypeDescriptor.ZoneIdComparator extends Object implements Comparator<ZoneId>
Modifier and Type | Field and Description |
---|---|
static ZoneIdTypeDescriptor.ZoneIdComparator |
INSTANCE |
Constructor and Description |
---|
ZoneIdComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(ZoneId o1,
ZoneId o2) |
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 ZoneIdTypeDescriptor.ZoneIdComparator INSTANCE
public int compare(ZoneId o1, ZoneId o2)
compare
in interface Comparator<ZoneId>
Copyright © 2020. All rights reserved.