|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeElement | |
---|---|
au.id.pbw.hyfo.hyph | The main package of HyFo. |
Uses of TreeElement in au.id.pbw.hyfo.hyph |
---|
Methods in au.id.pbw.hyfo.hyph that return TreeElement | |
---|---|
static TreeElement |
TreeElement.get_END_ELEMENT()
Gets the END element from a tree walker. |
TreeElement |
ShortTernaryTree.TernaryIterator.next()
|
TreeElement |
BigTernaryTree.TernaryIterator.next()
Gets the next element from the itertor, or null if the iterator is exhausted. |
Constructor parameters in au.id.pbw.hyfo.hyph with type arguments of type TreeElement | |
---|---|
BigTernaryTree.TernaryTreeWalker(Thread consumer,
ArrayBlockingQueue<TreeElement> queue)
Constructs a new tree walker. |
|
ShortTernaryTree.TernaryTreeWalker(Thread consumer,
ArrayBlockingQueue<TreeElement> queue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |