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