private class GUIAbstractTreeNode.ChildEnumeration extends Object implements Enumeration<TreeNode>
Modifier and Type | Field and Description |
---|---|
(package private) int |
current |
Modifier | Constructor and Description |
---|---|
private |
GUIAbstractTreeNode.ChildEnumeration() |
private GUIAbstractTreeNode.ChildEnumeration()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<TreeNode>
public TreeNode nextElement()
nextElement
in interface Enumeration<TreeNode>