|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoublyLinkedList | |
textmaven.dictionaries | Dictionary related classes. |
textmaven.tst | Ternary Tree implementation related classes. |
Uses of DoublyLinkedList in textmaven.dictionaries |
Methods in textmaven.dictionaries that return DoublyLinkedList | |
DoublyLinkedList |
LuceneDictionary.matchPrefix(java.lang.String prefix)
This is quite slow!!! |
Uses of DoublyLinkedList in textmaven.tst |
Methods in textmaven.tst that return DoublyLinkedList | |
DoublyLinkedList |
TernarySearchTree.matchPrefix(java.lang.String prefix)
Returns alphabetical list of all keys in the tree that begin with prefix. |
DoublyLinkedList |
TernarySearchTree.matchPrefix(java.lang.String prefix,
int numReturnValues)
Returns alphabetical list of all keys in the tree that begin with prefix. |
protected DoublyLinkedList |
TernarySearchTree.sortKeys(textmaven.tst.TSTNode startNode,
int numReturnValues)
Returns keys sorted in alphabetical order. |
DoublyLinkedList |
TernarySearchTree.matchAlmost(java.lang.String key)
Returns a list of keys that almost match argument key. |
protected DoublyLinkedList |
TernarySearchTree.matchAlmost(java.lang.String key,
int numReturnValues)
Returns a list of keys that almost match argument key. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |