|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.tfe.console.Charts.ChartComparator
| Constructor Summary | |
ChartComparator()
Creates new ChartComparator |
|
| Method Summary | |
int |
compare(java.lang.Object obj,
java.lang.Object obj1)
Compares the values of two ChartQueryResults. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
| Constructor Detail |
public ChartComparator()
| Method Detail |
public int compare(java.lang.Object obj,
java.lang.Object obj1)
ChartQueryResults.
This is used for sorting the results of database queries.
compare in interface java.util.Comparatorobj - the first ChartQueryResult to be compared.obj1 - the second ChartQueryResult to be compared.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||