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()
Iter
public O get()
Hierarchy.Iter
get
in interface Hierarchy.Iter<O>
public HashMapHierarchy.ItrAll advance()
Iter
advance
in interface Hierarchy.Iter<O>
advance
in interface Iter
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.