Class HashMapHierarchy.ItrAll
- java.lang.Object
-
- elki.utilities.datastructures.hierarchy.HashMapHierarchy.ItrAll
-
- Enclosing class:
- HashMapHierarchy<O>
private class HashMapHierarchy.ItrAll extends java.lang.Object implements It<O>
Iterator over all known elements, by insertion order.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intpos
-
Constructor Summary
Constructors Modifier Constructor Description privateItrAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMapHierarchy.ItrAlladvance()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.
-