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