Modifier and Type | Field and Description |
---|---|
private Hierarchy<B> |
hier2
Secondary hierarchy.
|
private It<? extends A> |
it1
Iterator in primary hierarchy.
|
private It<B> |
it2
Iterator in secondary hierarchy.
|
Constructor and Description |
---|
StackedIter(It<? extends A> it1,
Hierarchy<B> hier2)
Constructor.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 ELKI Development Team. License information.