public static class Assignment.AssignmentComparator<E extends Value<?,E>> extends Object implements Comparator<Assignment<E>>
| Constructor and Description |
|---|
AssignmentComparator(long iteration) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Assignment<E> a1,
Assignment<E> a2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic AssignmentComparator(long iteration)
public int compare(Assignment<E> a1, Assignment<E> a2)
compare in interface Comparator<Assignment<E extends Value<?,E>>>