Package com.google.common.collect
Class TreeTraverser.PreOrderIterator
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.TreeTraverser.PreOrderIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
TreeTraverser<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.UnmodifiableIterator
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
-
Field Details
-
stack
-
-
Constructor Details
-
PreOrderIterator
PreOrderIterator(T root)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-