|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--magi.toolkit.util.StringUtil
A collection of useful String utility methods.
Method Summary | |
static boolean |
isAlphabetic(char character)
Check if the character passed in is alphabetic or not. |
static boolean |
isAlphabetic(java.lang.String alphaString)
Check if the String passed in is alphabetic or not. |
static boolean |
isNumeric(char character)
Check if the character passed in is numeric or not. |
static boolean |
isNumeric(java.lang.String numString)
Check if the String passed in is numeric or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean isNumeric(char character)
character
- the char value to check for numeric.
public static boolean isNumeric(java.lang.String numString)
numString
- the String of characters to check for numeric.
public static boolean isAlphabetic(char character)
character
- the char value to check for alphabetic.
public static boolean isAlphabetic(java.lang.String alphaString)
alphaString
- the String of characters to check for alphabetic.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |