public class SortContainersComparator<T> extends Object implements Comparator<T>
| Constructor and Description |
|---|
SortContainersComparator(List<QueryBase.SortContainer> sortContainers) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T elem1,
T elem2) |
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 SortContainersComparator(List<QueryBase.SortContainer> sortContainers)
public int compare(T elem1, T elem2)
compare in interface Comparator<T>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.