@Scriptable public final class DsSetNodePriorityComparator extends Object implements Comparator<DsSetNode>
Modifier and Type | Field and Description |
---|---|
static DsSetNodePriorityComparator |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
compare(DsSetNode p_node1,
DsSetNode p_node2) |
equals, 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 DsSetNodePriorityComparator INSTANCE
public int compare(DsSetNode p_node1, DsSetNode p_node2)
compare
in interface Comparator<DsSetNode>