public final class SortComparator extends Object implements Comparator<SortInfo>
Constructor and Description |
---|
SortComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(SortInfo left,
SortInfo right) |
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(SortInfo left, SortInfo right)
compare
in interface Comparator<SortInfo>
Copyright © 2024. All rights reserved.