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 Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2014. All rights reserved.