|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.editors.ExtComparator
ExtComparator class provides the extended comparator. It provides the comparison of one group of values to another group of values.
| Constructor Summary | |
ExtComparator(boolean order)
Creates a ExtComparator with specified sorting order |
|
ExtComparator(int[] colNo,
boolean[] ordering)
Creates a ExtComparator with specified column indexes assiciated sorting orders |
|
| Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
|
protected int |
compareTo(java.lang.Object obj1,
java.lang.Object obj2,
boolean sortOrder)
Compares the one object to another with given sorting order |
boolean |
equals(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExtComparator(boolean order)
public ExtComparator(int[] colNo,
boolean[] ordering)
| Method Detail |
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparator
protected int compareTo(java.lang.Object obj1,
java.lang.Object obj2,
boolean sortOrder)
public boolean equals(java.lang.Object obj)
equals in interface java.util.Comparatorequals in class java.lang.Object
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||