|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knowceans.util.TableList.FieldComparator
public class TableList.FieldComparator
FieldSorter sorts fields according to a numeric field.
| Constructor Summary | |
|---|---|
TableList.FieldComparator(int field,
boolean reverse)
Initialise the sorter using the field to sort by and the direction. |
|
| Method Summary | |
|---|---|
int |
compare(TableList.Fields o1,
TableList.Fields o2)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public TableList.FieldComparator(int field,
boolean reverse)
field - reverse - | Method Detail |
|---|
public int compare(TableList.Fields o1,
TableList.Fields o2)
compare in interface java.util.Comparator<TableList.Fields>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||