|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.text.ASCIIUtil
public class ASCIIUtil
Utility methods for ASCII character checking.
| Constructor Summary | |
|---|---|
ASCIIUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
isLetter(int c)
Checks whether the supplied character is a letter. |
static boolean |
isLetterOrNumber(int c)
Checks whether the supplied character is a letter or number. |
static boolean |
isLowerCaseLetter(int c)
Checks whether the supplied character is an lower-case letter. |
static boolean |
isNumber(int c)
Checks whether the supplied character is a number |
static boolean |
isUpperCaseLetter(int c)
Checks whether the supplied character is an upper-case letter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASCIIUtil()
| Method Detail |
|---|
public static boolean isLetterOrNumber(int c)
isLetter(int),
isNumber(int)public static boolean isLetter(int c)
public static boolean isUpperCaseLetter(int c)
public static boolean isLowerCaseLetter(int c)
public static boolean isNumber(int c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||