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 |
|---|
PostorderModelEnumeration(TreeModel model) |
PostorderModelEnumeration(TreeModel model,
Object node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
protected TreeModel model
protected Object root
protected Enumeration children
protected Enumeration subtree
public PostorderModelEnumeration(TreeModel model)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2017. All Rights Reserved.