Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Field and Description |
---|---|
protected IndexContainer |
BinarySearchIndexBuilder.indexContainer |
Modifier and Type | Method and Description |
---|---|
void |
Index.setContainer(IndexContainer container)
Sets the index container from which the index data is read.
|
void |
BinarySearchIndex.setContainer(IndexContainer container) |
void |
IndexBuilder.startBuildIndex(IndexContainer container,
Indexable dictionary)
Begin building a new index.
|
void |
BinarySearchIndexBuilder.startBuildIndex(IndexContainer _container,
Indexable _dictionary) |
Modifier and Type | Class and Description |
---|---|
class |
FileIndexContainer
Index container which stores index data in a file.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.