private class HierarchyReferenceLists.ItrAnc extends Object implements Iterator<O>
Modifier and Type | Field and Description |
---|---|
(package private) Iterator<O> |
parentiter
Iterator over parents
|
(package private) Iterator<O> |
subiter
Iterator of current parent
|
Constructor and Description |
---|
HierarchyReferenceLists.ItrAnc(O start) |
final Iterator<O extends Hierarchical<O>> parentiter
Iterator<O extends Hierarchical<O>> subiter
public HierarchyReferenceLists.ItrAnc(O start)
public boolean hasNext()
hasNext
in interface Iterator<O extends Hierarchical<O>>
public void remove()
remove
in interface Iterator<O extends Hierarchical<O>>