
private class HierarchyHashmapList.ItrAnc extends Object implements Iterator<O>
| Modifier and Type | Field and Description |
|---|---|
(package private) Iterator<O> |
parentiter
Iterator over parents
|
(package private) O |
start
Starting object (for cloning);
|
(package private) Iterator<O> |
subiter
Iterator of current parent
|
| Constructor and Description |
|---|
HierarchyHashmapList.ItrAnc(O start) |