Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayDeque<TreeTraverser.PostOrderNode<T>> |
TreeTraverser.PostOrderIterator.stack |
Modifier and Type | Method and Description |
---|---|
private TreeTraverser.PostOrderNode<T> |
TreeTraverser.PostOrderIterator.expand(T t) |