Class Term.TermIterator
- java.lang.Object
-
- com.tangosol.coherence.dsltools.termtrees.Term.TermIterator
-
-
Constructor Summary
Constructors Constructor Description TermIterator(Term termParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Term
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
TermIterator
public TermIterator(Term termParent)
- Parameters:
termParent
- the term to iterate over
-
-
Method Detail
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<Term>
- Throws:
UnsupportedOperationException
- as this iterator does not support removal of elements.
-
-