private class HashMapHierarchy.ItrAll extends Object implements Hierarchy.Iter<O>
Modifier and Type | Field and Description |
---|---|
(package private) O |
cur
Current object.
|
(package private) Iterator<O> |
iter
The true iterator.
|
Constructor and Description |
---|
HashMapHierarchy.ItrAll()
Constructor.
|
public boolean valid()
Iter
public void advance()
Iter
public O get()
Hierarchy.Iter
get
in interface Hierarchy.Iter<O>