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 Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2013. All Rights Reserved.