public static class TreeUtilities.PostorderModelEnumeration extends Object implements Enumeration
Modifier and Type | Field and Description |
---|---|
protected Enumeration |
children |
protected TreeModel |
model |
protected Object |
root |
protected Enumeration |
subtree |
Constructor and Description |
---|
TreeUtilities.PostorderModelEnumeration(TreeModel model) |
TreeUtilities.PostorderModelEnumeration(TreeModel model,
Object node) |
protected TreeModel model
protected Object root
protected Enumeration children
protected Enumeration subtree
public TreeUtilities.PostorderModelEnumeration(TreeModel model)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2013. All rights reserved.