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:
java.util.Iterator<T>
- Enclosing class:
- TreeTraverser<T>
private final class TreeTraverser.PreOrderIterator extends UnmodifiableIterator<T>
-
-
Constructor Summary
Constructors Constructor Description PreOrderIterator(T root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
-
Methods inherited from class com.google.common.collect.UnmodifiableIterator
remove
-
-