public class PreorderEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
PreorderEnumeration(Enumeration enumer,
TreeModel model) |
PreorderEnumeration(TreePath path,
TreeModel model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
protected Stack stack
public PreorderEnumeration(Enumeration enumer, TreeModel model)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2019. All rights reserved.