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