|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttextmaven.tst.CharUtility
Constructor Summary | |
CharUtility()
|
Method Summary | |
static int |
compareCharsAlphabetically(char cCompare,
char cRef)
Returns an int value that is negative if cCompare comes before cRef in the alphabet, zero if the two are equal, and positive if cCompare comes after cRef in the alphabet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CharUtility()
Method Detail |
public static int compareCharsAlphabetically(char cCompare, char cRef)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |