public interface Alphabet extends DictionaryBase, Iterable<Character>
Learn more
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Sets the
CharacterType.Separator type for all characters in this Alphabet. |
CharacterType |
getCharacterType(char character)
Gets a type of a character.
|
int |
getCount()
Gets the number of characters contained in the
Alphabet. |
Iterator<Character> |
iterator()
Returns an iterator that iterates through the collection.
|
void |
setRange(char[] characters,
CharacterType type)
Sets the type for each character of the specified collection in this instance of the
Alphabet. |
exportDictionary, getDictionaryType, importDictionaryforEach, spliteratorvoid clear()
CharacterType.Separator type for all characters in this Alphabet.clear in interface DictionaryBaseCharacterType getCharacterType(char character)
character - The character to get a type.int getCount()
Alphabet.void setRange(char[] characters,
CharacterType type)
Alphabet.characters - The collection of characters to set the type.type - The character type.Copyright © 2026. All rights reserved.