| Package | Description |
|---|---|
| org.passay.dictionary |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileWordList
Common implementation for file based word lists.
|
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. |
class |
MemoryMappedFileWordList
Provides an implementation of a
WordList that is backed by a file and leverages a MappedByteBuffer. |
| Modifier and Type | Field and Description |
|---|---|
protected WordList |
WordListDictionary.wordList
list used for searching.
|
| Modifier and Type | Method and Description |
|---|---|
WordList |
WordListDictionary.getWordList()
Returns the word list used for searching.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
WordLists.binarySearch(WordList wordList,
String word)
Performs a binary search of the given word list for the given word.
|
| Constructor and Description |
|---|
TernaryTreeDictionary(WordList wordList)
Creates a new balanced tree dictionary from the supplied
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 supplied
WordList. |
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.