final class DefaultMutableTreeNode.PathBetweenNodesEnumeration extends java.lang.Object implements java.util.Enumeration<TreeNode>
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack<TreeNode> |
stack |
Constructor and Description |
---|
DefaultMutableTreeNode.PathBetweenNodesEnumeration(TreeNode ancestor,
TreeNode descendant) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
TreeNode |
nextElement() |
protected java.util.Stack<TreeNode> stack
Copyright © 2005-2013 java.net. All Rights Reserved.