public final class TreeNodeIterator extends Object
| Constructor and Description |
|---|
TreeNodeIterator(Collection collection)
Creates a new TreeNodeIterator object.
|
TreeNodeIterator(Collection collection,
TreeNodeRestriction restriction)
Creates a new instance of MetaIterator.
|
TreeNodeIterator(Enumeration enumeration)
Creates a new TreeNodeIterator object.
|
TreeNodeIterator(Enumeration enumeration,
TreeNodeRestriction restriction)
Creates a new TreeNodeIterator object.
|
TreeNodeIterator(TreeNodeRestriction restriction)
Creates a new TreeNodeIterator object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
DOCUMENT ME!
|
boolean |
init(Collection collection)
DOCUMENT ME!
|
boolean |
init(Enumeration enumeration)
DOCUMENT ME!
|
DefaultMetaTreeNode |
next()
DOCUMENT ME!
|
public TreeNodeIterator(Collection collection)
collection - DOCUMENT ME!public TreeNodeIterator(Enumeration enumeration)
enumeration - DOCUMENT ME!public TreeNodeIterator(TreeNodeRestriction restriction)
restriction - DOCUMENT ME!public TreeNodeIterator(Collection collection, TreeNodeRestriction restriction)
collection - DOCUMENT ME!restriction - DOCUMENT ME!public TreeNodeIterator(Enumeration enumeration, TreeNodeRestriction restriction)
enumeration - DOCUMENT ME!restriction - DOCUMENT ME!public boolean init(Collection collection)
collection - DOCUMENT ME!public boolean init(Enumeration enumeration)
enumeration - DOCUMENT ME!public boolean hasNext()
public DefaultMetaTreeNode next() throws NoSuchElementException
NoSuchElementException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.