Module org.jhotdraw8.fxbase
Package org.jhotdraw8.fxbase.tree
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>
public static class TreeNode.AncestorIterator<T extends TreeNode<T>>
extends Object
implements Iterator<T>
Ancestor iterator.