public static class IntBigListIterators.UnmodifiableBigListIterator extends AbstractIntBigListIterator
Constructor and Description |
---|
UnmodifiableBigListIterator(IntBigListIterator i) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
java.lang.Integer |
next()
Delegates to the corresponding type-specific method.
|
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next.
|
int |
nextInt()
Delegates to the corresponding generic method.
|
java.lang.Integer |
previous()
Delegates to the corresponding type-specific method.
|
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous.
|
int |
previousInt()
Delegates to the corresponding generic method.
|
add, add, back, set, set, skip
back
remove, skip
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
back
skip
skip
public UnmodifiableBigListIterator(IntBigListIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()
public int nextInt()
AbstractIntIterator
nextInt
in interface IntIterator
nextInt
in class AbstractIntIterator
Iterator.next()
public int previousInt()
AbstractIntBidirectionalIterator
previousInt
in interface IntBidirectionalIterator
previousInt
in class AbstractIntBidirectionalIterator
ListIterator.previous()
public long nextIndex()
BigListIterator
ListIterator.nextIndex()
public long previousIndex()
BigListIterator
ListIterator.previousIndex()
public java.lang.Integer next()
AbstractIntIterator
next
in interface java.util.Iterator<java.lang.Integer>
next
in class AbstractIntIterator
public java.lang.Integer previous()
AbstractIntBidirectionalIterator
previous
in interface BidirectionalIterator<java.lang.Integer>
previous
in class AbstractIntBidirectionalIterator
ListIterator.previous()