public class BasicTree.DepthFirstPostOrderTreeNodes extends java.util.LinkedList<BasicTree<T>>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DepthFirstPostOrderTreeNodes()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
private void |
buildQueue(BasicTree<T> tree)
Recursive helper
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID