
private class HashMapHierarchy.ItrAll extends Object implements Hierarchy.Iter<O>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
pos |
| Modifier | Constructor and Description |
|---|---|
private |
HashMapHierarchy.ItrAll() |
| Modifier and Type | Method and Description |
|---|---|
HashMapHierarchy.ItrAll |
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 O get()
Hierarchy.Iterget in interface Hierarchy.Iter<O>public HashMapHierarchy.ItrAll advance()
Iteradvance in interface Hierarchy.Iter<O>advance in interface IterCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.