Modifier and Type | Field and Description |
---|---|
private int |
it
Current iterator.
|
private It<? extends O>[] |
its
Iterators
|
Constructor and Description |
---|
ConcatIt(It<? extends O>... its)
Constructor.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 ELKI Development Team. License information.