public static class TableRowAbstract.Sorter extends Object implements Comparator<TableRow>, Serializable
| Constructor and Description |
|---|
Sorter(int col,
boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(TableRow row1,
TableRow row2) |
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(TableRow row1, TableRow row2)
compare in interface Comparator<TableRow>