Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
Modifier and Type | Method and Description |
---|---|
CharacterClass |
EncodedCharacterHandler.getCharacterClass(int character,
boolean inWord)
Test the character class of a character returned by
readCharacter . |
CharacterClass |
UTF8CharacterHandler.getCharacterClass(int c,
boolean inWord) |
CharacterClass |
EUCJPCharacterHandler.getCharacterClass(int c,
boolean inWord) |
static CharacterClass |
CharacterClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterClass[] |
CharacterClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.