Class HashMapHierarchy.ItrDesc
- java.lang.Object
-
- elki.utilities.datastructures.hierarchy.HashMapHierarchy.ItrDesc
-
- Enclosing class:
- HashMapHierarchy<O>
private class HashMapHierarchy.ItrDesc extends java.lang.Object implements It<O>
Iterator over all descendants.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description It<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.
-