public abstract class AbstractObjectListIterator<K> extends AbstractObjectBidirectionalIterator<K> implements ObjectListIterator<K>
This class provides trivial type-specific implementations of set() and add() which
throw an UnsupportedOperationException. For primitive types, it also
provides a trivial implementation of set() and add() that just invokes the type-specific one.
ListIterator| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AbstractObjectListIterator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(K k)
This method just throws an
UnsupportedOperationException. |
void |
set(K k)
This method just throws an
UnsupportedOperationException. |
backremove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, hasPrevious, next, nextIndex, previous, previousIndex, removebackskiphasPrevious, previouspublic void set(K k)
UnsupportedOperationException.set インタフェース内 ListIterator<K>public void add(K k)
UnsupportedOperationException.add インタフェース内 ListIterator<K>Copyright © 2011-2015. All Rights Reserved.