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