public abstract class AbstractCharListIterator extends AbstractCharBidirectionalIterator implements CharListIterator
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 |
AbstractCharListIterator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(char k)
This method just throws an
UnsupportedOperationException. |
void |
add(Character ok)
Delegates to the corresponding type-specific method.
|
void |
set(char k)
This method just throws an
UnsupportedOperationException. |
void |
set(Character ok)
Delegates to the corresponding type-specific method.
|
back, previous, previousCharnext, nextChar, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeback, previousCharnextChar, skipskiphasPrevious, previousforEachRemainingpublic void set(Character ok)
set インタフェース内 ListIterator<Character>public void add(Character ok)
add インタフェース内 ListIterator<Character>public void set(char k)
UnsupportedOperationException.set インタフェース内 CharListIteratorpublic void add(char k)
UnsupportedOperationException.add インタフェース内 CharListIteratorCopyright © 2011–2016. All rights reserved.