public interface CharacterType
| Modifier and Type | Field and Description |
|---|---|
static int |
ALNUM |
static int |
ALPHA |
static int |
ASCII |
static int |
BIT_ALNUM |
static int |
BIT_ALPHA |
static int |
BIT_ASCII |
static int |
BIT_BLANK |
static int |
BIT_CNTRL |
static int |
BIT_DIGIT |
static int |
BIT_GRAPH |
static int |
BIT_LOWER |
static int |
BIT_NEWLINE |
static int |
BIT_PRINT |
static int |
BIT_PUNCT |
static int |
BIT_SPACE |
static int |
BIT_UPPER |
static int |
BIT_WORD |
static int |
BIT_XDIGIT |
static int |
BLANK |
static int |
CNTRL |
static int |
D |
static int |
DIGIT |
static int |
GRAPH |
static int |
LOWER |
static int |
MAX_STD_CTYPE |
static int |
NEWLINE |
static int |
PRINT |
static int |
PUNCT |
static int |
S |
static int |
SPACE |
static int |
SPECIAL_MASK |
static int |
UPPER |
static int |
W |
static int |
WORD |
static int |
XDIGIT |
static final int NEWLINE
static final int ALPHA
static final int BLANK
static final int CNTRL
static final int DIGIT
static final int GRAPH
static final int LOWER
static final int PRINT
static final int PUNCT
static final int SPACE
static final int UPPER
static final int XDIGIT
static final int WORD
static final int ALNUM
static final int ASCII
static final int SPECIAL_MASK
static final int S
static final int D
static final int W
static final int MAX_STD_CTYPE
static final int BIT_NEWLINE
static final int BIT_ALPHA
static final int BIT_BLANK
static final int BIT_CNTRL
static final int BIT_DIGIT
static final int BIT_GRAPH
static final int BIT_LOWER
static final int BIT_PRINT
static final int BIT_PUNCT
static final int BIT_SPACE
static final int BIT_UPPER
static final int BIT_XDIGIT
static final int BIT_WORD
static final int BIT_ALNUM
static final int BIT_ASCII
Copyright © 2016. All Rights Reserved.