java.lang.ObjectUtility class that implements the standard C ctype functionality.java.util.regex.ASCII
Hong - Zhang| Field Summary | ||
|---|---|---|
| static final int | UPPER | |
| static final int | LOWER | |
| static final int | DIGIT | |
| static final int | SPACE | |
| static final int | PUNCT | |
| static final int | CNTRL | |
| static final int | BLANK | |
| static final int | HEX | |
| static final int | UNDER | |
| static final int | ASCII | |
| static final int | ALPHA | |
| static final int | ALNUM | |
| static final int | GRAPH | |
| static final int | WORD | |
| static final int | XDIGIT | |
| Method from java.util.regex.ASCII Summary: |
|---|
| getType, isAlnum, isAlpha, isAscii, isCntrl, isDigit, isGraph, isHexDigit, isLower, isOctDigit, isPrint, isPunct, isSpace, isType, isUpper, isWord, toDigit, toLower, toUpper |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.util.regex.ASCII Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|