echopointng.tree
Class DefaultMutableTreeNode.PreorderEnumeration
java.lang.Object
echopointng.tree.DefaultMutableTreeNode.PreorderEnumeration
- All Implemented Interfaces:
- Serializable, Enumeration
- Enclosing class:
- DefaultMutableTreeNode
public final class DefaultMutableTreeNode.PreorderEnumeration
- 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 |
stack
protected Stack stack
DefaultMutableTreeNode.PreorderEnumeration
public DefaultMutableTreeNode.PreorderEnumeration(TreeNode rootNode)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration