Package elki.result
Class Metadata.Hierarchy.ItrParentsReverse
- java.lang.Object
-
- elki.result.Metadata.EagerIt<java.lang.Object>
-
- elki.result.Metadata.Hierarchy.ItrParentsReverse
-
- Enclosing class:
- Metadata.Hierarchy
private class Metadata.Hierarchy.ItrParentsReverse extends Metadata.EagerIt<java.lang.Object>
Parent iterator.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private int
pos
Current position.-
Fields inherited from class elki.result.Metadata.EagerIt
current
-
-
Constructor Summary
Constructors Constructor Description ItrParentsReverse()
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
-
-