Package elki.result
Class Metadata.Hierarchy.ItrChildren
- java.lang.Object
-
- elki.result.Metadata.EagerIt<java.lang.Object>
-
- elki.result.Metadata.Hierarchy.ItrChildren
-
- Enclosing class:
- Metadata.Hierarchy
private class Metadata.Hierarchy.ItrChildren extends Metadata.EagerIt<java.lang.Object>
Child iterator.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private int
pos
Next position.-
Fields inherited from class elki.result.Metadata.EagerIt
current
-
-
Constructor Summary
Constructors Constructor Description ItrChildren()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description It<java.lang.Object>
advance()
Moves the iterator forward to the next entry.-
Methods inherited from class elki.result.Metadata.EagerIt
get, valid
-
-