protected static class SortedTable.RowComparator extends SortedTable.AbstractRowComparator
Constructor and Description |
---|
RowComparator(ITable table,
Column[] sortColumns) |
Modifier and Type | Method and Description |
---|---|
protected int |
compare(Column column,
Object value1,
Object value2) |
compare
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
protected int compare(Column column, Object value1, Object value2) throws TypeCastException
compare
in class SortedTable.AbstractRowComparator
column
- The column to be comparedvalue1
- The first value of the given columnvalue2
- The second value of the given columnTypeCastException
Copyright © 2002–2019. All rights reserved.