protected static class SortedTable.RowComparatorByString extends SortedTable.AbstractRowComparator
| Constructor and Description |
|---|
SortedTable.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, waitequalsprotected 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-2017. All Rights Reserved.