Class HashMapHierarchy.Rec.ItrChildren
- java.lang.Object
-
- elki.utilities.datastructures.hierarchy.HashMapHierarchy.Rec.ItrChildren
-
- Enclosing class:
- HashMapHierarchy.Rec<O>
private class HashMapHierarchy.Rec.ItrChildren extends java.lang.Object implements It<O>
Child iterator.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intpos
-
Constructor Summary
Constructors Modifier Constructor Description privateItrChildren()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description It<O>advance()Moves the iterator forward to the next entry.Oget()Access the current object.booleanvalid()Returns true if the iterator currently points to a valid object.
-