public class ExclusiveStartingIntIterator extends DelegatingUnaryIntIterator
iterator
EMPTY
Constructor and Description |
---|
ExclusiveStartingIntIterator(IntIterator iterator,
int element) |
ExclusiveStartingIntIterator(IntIterator iterator,
java.util.function.IntPredicate predicate) |
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, from, from, isEmpty, of, reduce, removeAll, skip, skip
public ExclusiveStartingIntIterator(IntIterator iterator, int element)
public ExclusiveStartingIntIterator(IntIterator iterator, java.util.function.IntPredicate predicate)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Integer>
hasNext
in class DelegatingTransformingIterator<java.lang.Integer,IntIterator,java.lang.Integer>
public int nextInt()