public class ChainingLongIterator extends UnaryLongIterator
iterator
EMPTY
Constructor and Description |
---|
ChainingLongIterator(java.lang.Iterable<LongIterable> iterables) |
ChainingLongIterator(LongIterable... iterables) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
long |
nextLong() |
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, count, from, from, from, from, from, from, from, of, reduce, skip, skip
public ChainingLongIterator(LongIterable... iterables)
public ChainingLongIterator(java.lang.Iterable<LongIterable> iterables)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Long>
hasNext
in class DelegatingIterator<java.lang.Long,LongIterator,java.lang.Long>
public long nextLong()