|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sStu.CharComparator
Class for comparing two characters in the sequence.
http://www.gnu.org/licenses/gpl.txt| Constructor Summary | |
CharComparator()
|
|
| Method Summary | |
int |
compare(char[] A,
int i,
char[] B,
int j)
Compares characters at A[i] and B[j]. |
abstract int |
compare(char a,
char b)
Return the score of comparison of the two characters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CharComparator()
| Method Detail |
public abstract int compare(char a,
char b)
public int compare(char[] A,
int i,
char[] B,
int j)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||