public class TaskDifficultyComparator extends Object implements Comparator<Task>, Serializable
Constructor and Description |
---|
TaskDifficultyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Task a,
Task b) |
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 a, Task b)
compare
in interface Comparator<Task>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.