public static class ShortBigListIterators.UnmodifiableBigListIterator
extends java.lang.Object
implements it.unimi.dsi.fastutil.shorts.ShortBigListIterator
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.shorts.ShortBigListIterator |
i |
| Constructor and Description |
|---|
UnmodifiableBigListIterator(it.unimi.dsi.fastutil.shorts.ShortBigListIterator i) |
| Modifier and Type | Method and Description |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, back, set, set, skip, skippublic UnmodifiableBigListIterator(it.unimi.dsi.fastutil.shorts.ShortBigListIterator i)
public 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 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>