public static class LongBigListIterators.UnmodifiableBigListIterator extends AbstractLongBigListIterator
| Constructor and Description |
|---|
UnmodifiableBigListIterator(LongBigListIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
Long |
next()
Deprecated.
Please use the corresponding type-specific method
instead.
|
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next.
|
long |
nextLong()
Delegates to the corresponding generic method.
|
Long |
previous()
Deprecated.
Please use the corresponding type-specific method
instead.
|
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous.
|
long |
previousLong()
Delegates to the corresponding generic method.
|
add, add, back, set, set, skipbackremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackskipskipforEachRemaining, removepublic UnmodifiableBigListIterator(LongBigListIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public long nextLong()
AbstractLongIteratornextLong in interface LongIteratornextLong in class AbstractLongIteratorIterator.next()public long previousLong()
AbstractLongBidirectionalIteratorpreviousLong in interface LongBidirectionalIteratorpreviousLong in class AbstractLongBidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIteratorListIterator.nextIndex()public long previousIndex()
BigListIteratorListIterator.previousIndex()@Deprecated public Long next()
next in interface Iterator<Long>next in class AbstractLongIterator@Deprecated public Long previous()
previous in interface BidirectionalIterator<Long>previous in class AbstractLongBidirectionalIteratorListIterator.previous()