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