protected static class SortedTable.RowComparator extends SortedTable.AbstractRowComparator
Constructor and Description |
---|
SortedTable.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
equals
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-2016. All Rights Reserved.