public class CharType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DELIMITER
Punctuation Characters
|
static int |
DIGIT
Numeric Digits
|
static int |
FULLWIDTH_DIGIT
Full-Width alphanumeric characters
|
static int |
FULLWIDTH_LETTER
Full-Width letters
|
static int |
HANZI
Han Ideographs
|
static int |
LETTER
Letters
|
static int |
OTHER
Other (not fitting any of the other categories)
|
static int |
SPACE_LIKE
Characters that act as a space
|
static int |
SURROGATE
Surrogate character
|
Constructor and Description |
---|
CharType() |
public static final int DELIMITER
public static final int LETTER
public static final int DIGIT
public static final int HANZI
public static final int SPACE_LIKE
public static final int FULLWIDTH_LETTER
public static final int FULLWIDTH_DIGIT
public static final int OTHER
public static final int SURROGATE
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.