Class StackedIter<B,A extends B>
- java.lang.Object
-
- elki.utilities.datastructures.hierarchy.StackedIter<B,A>
-
-
Constructor Summary
Constructors Constructor Description StackedIter(It<? extends A> it1, Hierarchy<B> hier2)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackedIter<B,A>
advance()
Moves the iterator forward to the next entry.B
get()
Access the current object.boolean
valid()
Returns true if the iterator currently points to a valid object.
-