|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WordList | |
|---|---|
| edu.vt.middleware.dictionary | |
| Uses of WordList in edu.vt.middleware.dictionary |
|---|
| Classes in edu.vt.middleware.dictionary that implement WordList | |
|---|---|
class |
AbstractWordList
Provides common operations implementations for word lists. |
class |
ArrayWordList
Provides a WordList backed by a string array. |
class |
FileWordList
Provides an implementation of a WordList that is backed by a file. |
| Fields in edu.vt.middleware.dictionary declared as WordList | |
|---|---|
protected WordList |
WordListDictionary.wordList
list used for searching. |
| Methods in edu.vt.middleware.dictionary that return WordList | |
|---|---|
WordList |
WordListDictionary.getWordList()
Returns the word list to used for searching. |
| Methods in edu.vt.middleware.dictionary with parameters of type WordList | |
|---|---|
static int |
WordLists.binarySearch(WordList wordList,
java.lang.String word)
Performs a binary search of the given word list for the given word. |
| Constructors in edu.vt.middleware.dictionary with parameters of type WordList | |
|---|---|
TernaryTreeDictionary(WordList wordList)
Creates a new balanced tree dictionary from the given WordList. |
|
TernaryTreeDictionary(WordList wordList,
boolean useMedian)
Creates a new dictionary instance from the given WordList. |
|
WordListDictionary(WordList wl)
Creates a new dictionary instance from the given WordList. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||