public class ChainingIntIterator extends UnaryIntIterator
iterator
EMPTY
Constructor and Description |
---|
ChainingIntIterator(IntIterable... iterables) |
ChainingIntIterator(java.lang.Iterable<IntIterable> iterables) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
int |
nextInt() |
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, count, from, from, from, from, from, from, from, from, from, of, reduce, skip, skip
public ChainingIntIterator(IntIterable... iterables)
public ChainingIntIterator(java.lang.Iterable<IntIterable> iterables)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Integer>
hasNext
in class DelegatingIterator<java.lang.Integer,IntIterator,java.lang.Integer>
public int nextInt()