Package | Description |
---|---|
com.groupdocs.search.dictionaries |
The package provides classes of various dictionaries.
|
Modifier and Type | Method and Description |
---|---|
abstract CharacterType |
Alphabet.getCharacterType(char character)
Gets a type of a character.
|
static CharacterType |
CharacterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterType[] |
CharacterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Alphabet.setRange(char[] characters,
CharacterType type)
Sets the type for each character of the specified collection in this instance of the
Alphabet . |