|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucr.core.ResultsQSort
Constructor Summary | |
ResultsQSort()
|
Method Summary | |
int |
compare(java.lang.Object a,
java.lang.Object b)
The interface implementation should compare the two objects and return an int using these rules: if (a > b) return > 0; if (a == b) return 0; if (a < b) return < 0; |
java.lang.Object[] |
qsort(java.util.Hashtable invertedIndex)
|
int |
reverse(java.lang.Object a,
java.lang.Object b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultsQSort()
Method Detail |
public int compare(java.lang.Object a, java.lang.Object b)
Comparer
compare
in interface Comparer
public int reverse(java.lang.Object a, java.lang.Object b)
public java.lang.Object[] qsort(java.util.Hashtable invertedIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |