public class CharType extends Object
Modifier and Type | Field | 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
|
Constructor | 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
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.