Package elki.result
Class Metadata.Hierarchy.ItrDesc
- java.lang.Object
-
- elki.result.Metadata.Hierarchy.ItrDesc
-
- Enclosing class:
- Metadata.Hierarchy
private class Metadata.Hierarchy.ItrDesc extends java.lang.Object implements It<java.lang.Object>
Iterator over all descendants.- Author:
- Erich Schubert
-
-
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.java.lang.Object
get()
Access the current object.private boolean
lookahead()
boolean
valid()
Returns true if the iterator currently points to a valid object.
-
-
-
Method Detail
-
valid
public boolean valid()
Description copied from interface:Iter
Returns true if the iterator currently points to a valid object.
-
advance
public It<java.lang.Object> advance()
Description copied from interface:Iter
Moves the iterator forward to the next entry.
-
lookahead
private boolean lookahead()
-
-