echopointng.tree
Class DefaultMutableTreeNode.PostorderEnumeration
java.lang.Object
echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
- All Implemented Interfaces:
- Serializable, Enumeration
- Enclosing class:
- DefaultMutableTreeNode
public final class DefaultMutableTreeNode.PostorderEnumeration
- extends Object
- implements Enumeration, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
protected TreeNode root
children
protected Enumeration children
subtree
protected Enumeration subtree
DefaultMutableTreeNode.PostorderEnumeration
public DefaultMutableTreeNode.PostorderEnumeration(TreeNode rootNode)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration