public class CallbackPriorityComparatorextends Objectimplements Comparator<Callback<?>>
CallbackPriority
for callback to has the priorityConstructor and Description |
---|
CallbackPriorityComparator() |
Modifier and Type | Method and Description |
---|---|
int | compare(Callback<?> o1, Callback<?> 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 int compare(Callback<?> o1, Callback<?> o2)
compare
in interface Comparator<Callback<?>>
Copyright © 2014–2015. All rights reserved.