textmaven.tst
Class CharUtility

java.lang.Object
  extended bytextmaven.tst.CharUtility

public class CharUtility
extends java.lang.Object


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

CharUtility

public CharUtility()
Method Detail

compareCharsAlphabetically

public 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.



Copyright © 2002-2005 Sourceforge. All Rights Reserved.