public static class ObjectIterators.UnmodifiableListIterator<K> extends AbstractObjectListIterator<K>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ObjectListIterator<K> |
i |
| コンストラクタと説明 |
|---|
UnmodifiableListIterator(ObjectListIterator<K> i) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
K |
next() |
int |
nextIndex() |
K |
previous()
Returns the previous element from the collection.
|
int |
previousIndex() |
add, setbackremove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremovebackskipforEachRemainingprotected final ObjectListIterator<K> i
public UnmodifiableListIterator(ObjectListIterator<K> i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public K next()
public K previous()
BidirectionalIteratorListIterator.previous()public int nextIndex()
public int previousIndex()
Copyright © 2011–2016. All rights reserved.