public class TaskComparator extends Object implements Comparator<Task<?>>
TaskComparator
class performs priority-sensitive Task
comparison.Constructor and Description |
---|
TaskComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Task<?> o1,
Task<?> 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(Task<?> o1, Task<?> o2)
compare
in interface Comparator<Task<?>>
Copyright © 2020. All rights reserved.