
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 |
|---|
ItrAll()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Hierarchy.Iter<O> |
advance()
Moves the iterator forward to the next entry.
|
O |
get()
Access the current object.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public boolean valid()
Iterpublic Hierarchy.Iter<O> advance()
Iteradvance in interface Hierarchy.Iter<O>advance in interface Iterpublic O get()
Hierarchy.Iterget in interface Hierarchy.Iter<O>Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.