protected class TreeNodeBase.IteratorImpl
extends java.lang.Object
implements java.util.Iterator<IfcType>
Modifier and Type | Field and Description |
---|---|
(package private) DerivedNode |
currentNode |
(package private) DerivedNode |
nextNode |
Modifier | Constructor and Description |
---|---|
protected |
IteratorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
IfcType |
next() |
void |
remove() |
DerivedNode extends TreeNodeBase<DerivedNode,Data,IfcType> & SortedTree<IfcType> currentNode
DerivedNode extends TreeNodeBase<DerivedNode,Data,IfcType> & SortedTree<IfcType> nextNode
public boolean hasNext()
hasNext
in interface java.util.Iterator<IfcType extends SortedTree<IfcType>>
public IfcType next()
next
in interface java.util.Iterator<IfcType extends SortedTree<IfcType>>
public void remove()
remove
in interface java.util.Iterator<IfcType extends SortedTree<IfcType>>