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,
java.lang.Object value1,
java.lang.Object value2) |
compareprotected int compare(Column column, java.lang.Object value1, java.lang.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-2018. All Rights Reserved.