public class ListComparator<E extends Comparable<E>> extends Object implements Comparator<List<E>>, Serializable
| Constructor and Description |
|---|
ListComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(List<E> o1,
List<E> o2) |
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 int compare(List<E> o1, List<E> o2)
compare in interface Comparator<List<E extends Comparable<E>>>Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.