NODE - public class Iterators<NODE> extends Object implements Iterator<NODE>, Iterable<NODE>
This class behaves as defined by Iterator contract.
| Constructor and Description |
|---|
Iterators(Iterable<NODE>... iterables)
Initialize this class to use "iterators" from 'iterables' in the order as they are passed into the constructor.
|
Iterators(Iterator<NODE>... iterators)
Initialize this class to use "iterators" in the order as they are passed into the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<NODE> |
iterator() |
NODE |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.