public static class IntBigListIterators.EmptyBigListIterator
extends java.lang.Object
implements it.unimi.dsi.fastutil.ints.IntBigListIterator, java.io.Serializable, java.lang.Cloneable
This class may be useful to implement your own in case you subclass a type-specific iterator.
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyBigListIterator() |
| Modifier and Type | Method and Description |
|---|---|
long |
back(long n) |
java.lang.Object |
clone() |
void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Integer> action)
Deprecated.
|
void |
forEachRemaining(java.util.function.IntConsumer action) |
boolean |
hasNext() |
boolean |
hasPrevious() |
long |
nextIndex() |
int |
nextInt() |
long |
previousIndex() |
int |
previousInt() |
long |
skip(long n) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Integer>public boolean hasPrevious()
hasPrevious in interface it.unimi.dsi.fastutil.BidirectionalIterator<java.lang.Integer>public int nextInt()
nextInt in interface it.unimi.dsi.fastutil.ints.IntIteratornextInt in interface java.util.PrimitiveIterator.OfIntpublic int previousInt()
previousInt in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIteratorpublic long nextIndex()
nextIndex in interface it.unimi.dsi.fastutil.BigListIterator<java.lang.Integer>public long previousIndex()
previousIndex in interface it.unimi.dsi.fastutil.BigListIterator<java.lang.Integer>public long skip(long n)
skip in interface it.unimi.dsi.fastutil.ints.IntBigListIteratorpublic long back(long n)
back in interface it.unimi.dsi.fastutil.ints.IntBigListIteratorpublic java.lang.Object clone()
clone in class java.lang.Objectpublic void forEachRemaining(java.util.function.IntConsumer action)
forEachRemaining in interface java.util.PrimitiveIterator<java.lang.Integer,java.util.function.IntConsumer>forEachRemaining in interface java.util.PrimitiveIterator.OfInt@Deprecated public void forEachRemaining(java.util.function.Consumer<? super java.lang.Integer> action)
forEachRemaining in interface it.unimi.dsi.fastutil.ints.IntIteratorforEachRemaining in interface java.util.Iterator<java.lang.Integer>forEachRemaining in interface java.util.PrimitiveIterator.OfInt