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 Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2019. All Rights Reserved.