public static class ObjectBigListIterators.UnmodifiableBigListIterator<K> extends AbstractObjectBigListIterator<K>
| Constructor and Description |
|---|
ObjectBigListIterators.UnmodifiableBigListIterator(ObjectBigListIterator<K> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
K |
next() |
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next.
|
K |
previous()
Returns the previous element from the collection.
|
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous.
|
add, back, set, skipbackremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackskippublic ObjectBigListIterators.UnmodifiableBigListIterator(ObjectBigListIterator<K> i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public K next()
public K previous()
BidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIteratorListIterator.nextIndex()public long previousIndex()
BigListIteratorListIterator.previousIndex()