Constructor and Description |
---|
TermIterator(Term termParent)
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Term |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TermIterator(Term termParent)
termParent
- the term to iterate overpublic void remove()
remove
in interface Iterator<Term>
UnsupportedOperationException
- as this iterator does not support removal
of elements.