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.
|
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.
|
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, skipbackremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackskipskipforEachRemaining, removepublic UnmodifiableBigListIterator(IntBigListIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public int nextInt()
AbstractIntIteratornextInt in interface IntIteratornextInt in class AbstractIntIteratorIterator.next()public int previousInt()
AbstractIntBidirectionalIteratorpreviousInt in interface IntBidirectionalIteratorpreviousInt in class AbstractIntBidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIteratorListIterator.nextIndex()public long previousIndex()
BigListIteratorListIterator.previousIndex()public Integer next()
AbstractIntIteratornext in interface Iterator<Integer>next in class AbstractIntIteratorpublic Integer previous()
AbstractIntBidirectionalIteratorprevious in interface BidirectionalIterator<Integer>previous in class AbstractIntBidirectionalIteratorListIterator.previous()