Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Method and Description |
---|---|
static DictionaryEntryField |
DictionaryEntryField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryEntryField[] |
DictionaryEntryField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IndexBuilder.addEntry(int location,
int length,
DictionaryEntryField field)
Add an entry to the index structure.
|
boolean |
BinarySearchIndexBuilder.addEntry(int location,
int length,
DictionaryEntryField field) |
boolean |
SearchFieldSelection.isSelected(DictionaryEntryField field)
Test if a field is selected.
|
void |
SearchFieldSelection.select(DictionaryEntryField field,
boolean selected)
Toggle the selection value of a field.
|
Modifier and Type | Method and Description |
---|---|
DictionaryEntryField |
WadokuJTStructure.getFieldType(ByteBuffer buf,
int entryStart,
int entryEnd,
int position) |
abstract DictionaryEntryField |
FileBasedDictionaryStructure.getFieldType(ByteBuffer buf,
int entryStart,
int entryEnd,
int location)
Return the type of the entry field at the given location.
|
DictionaryEntryField |
WadokuJTStructure.moveToNextField(ByteBuffer buf,
int character,
DictionaryEntryField field) |
abstract DictionaryEntryField |
FileBasedDictionaryStructure.moveToNextField(ByteBuffer buf,
int character,
DictionaryEntryField field)
Skip to the next indexable field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WadokuJTStructure.isFieldEnd(ByteBuffer entry,
int location,
DictionaryEntryField field) |
abstract boolean |
FileBasedDictionaryStructure.isFieldEnd(ByteBuffer entry,
int location,
DictionaryEntryField field)
Test if the character at the given location is the last in an entry field.
|
boolean |
WadokuJTStructure.isFieldStart(ByteBuffer entry,
int location,
DictionaryEntryField field) |
abstract boolean |
FileBasedDictionaryStructure.isFieldStart(ByteBuffer entry,
int location,
DictionaryEntryField field)
Test if the character at the given location is the first in an entry field.
|
DictionaryEntryField |
WadokuJTStructure.moveToNextField(ByteBuffer buf,
int character,
DictionaryEntryField field) |
abstract DictionaryEntryField |
FileBasedDictionaryStructure.moveToNextField(ByteBuffer buf,
int character,
DictionaryEntryField field)
Skip to the next indexable field.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.