Class TreeNode.AncestorIterator<T extends TreeNode<T>>

java.lang.Object
org.jhotdraw8.fxbase.tree.TreeNode.AncestorIterator<T>
Type Parameters:
T - the type of the tree nodes
All Implemented Interfaces:
Iterator<T>
Enclosing interface:
TreeNode<T extends TreeNode<T>>

public static class TreeNode.AncestorIterator<T extends TreeNode<T>> extends Object implements Iterator<T>
Ancestor iterator.