public static class IntBigListIterators.UnmodifiableBigListIterator
extends java.lang.Object
implements it.unimi.dsi.fastutil.ints.IntBigListIterator
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.ints.IntBigListIterator |
i |
| Constructor and Description |
|---|
UnmodifiableBigListIterator(it.unimi.dsi.fastutil.ints.IntBigListIterator i) |
| Modifier and Type | Method and Description |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UnmodifiableBigListIterator(it.unimi.dsi.fastutil.ints.IntBigListIterator i)
public 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 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