public static class ShortBigListIterators.EmptyBigListIterator
extends java.lang.Object
implements it.unimi.dsi.fastutil.shorts.ShortBigListIterator, 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.Short> action)
Deprecated.
|
void |
forEachRemaining(it.unimi.dsi.fastutil.shorts.ShortConsumer action) |
boolean |
hasNext() |
boolean |
hasPrevious() |
long |
nextIndex() |
short |
nextShort() |
long |
previousIndex() |
short |
previousShort() |
long |
skip(long n) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, set, set, skippublic boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Short>public boolean hasPrevious()
hasPrevious in interface it.unimi.dsi.fastutil.BidirectionalIterator<java.lang.Short>public short nextShort()
nextShort in interface it.unimi.dsi.fastutil.shorts.ShortIteratorpublic short previousShort()
previousShort in interface it.unimi.dsi.fastutil.shorts.ShortBidirectionalIteratorpublic long nextIndex()
nextIndex in interface it.unimi.dsi.fastutil.BigListIterator<java.lang.Short>public long previousIndex()
previousIndex in interface it.unimi.dsi.fastutil.BigListIterator<java.lang.Short>public long skip(long n)
skip in interface it.unimi.dsi.fastutil.shorts.ShortBigListIteratorpublic long back(long n)
back in interface it.unimi.dsi.fastutil.shorts.ShortBigListIteratorpublic java.lang.Object clone()
clone in class java.lang.Objectpublic void forEachRemaining(it.unimi.dsi.fastutil.shorts.ShortConsumer action)
forEachRemaining in interface it.unimi.dsi.fastutil.shorts.ShortIteratorforEachRemaining in interface java.util.PrimitiveIterator<java.lang.Short,it.unimi.dsi.fastutil.shorts.ShortConsumer>@Deprecated public void forEachRemaining(java.util.function.Consumer<? super java.lang.Short> action)
forEachRemaining in interface it.unimi.dsi.fastutil.shorts.ShortIteratorforEachRemaining in interface java.util.Iterator<java.lang.Short>