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