public static class CharIterators.UnmodifiableListIterator extends AbstractCharListIterator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CharListIterator |
i |
| コンストラクタと説明 |
|---|
CharIterators.UnmodifiableListIterator(CharListIterator i) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
Character |
next()
Delegates to the corresponding type-specific method.
|
char |
nextChar()
Delegates to the corresponding generic method.
|
int |
nextIndex() |
Character |
previous()
Delegates to the corresponding type-specific method.
|
char |
previousChar()
Delegates to the corresponding generic method.
|
int |
previousIndex() |
add, add, set, setbackremove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremovebackskipskipprotected final CharListIterator i
public CharIterators.UnmodifiableListIterator(CharListIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public char nextChar()
AbstractCharIteratornextChar インタフェース内 CharIteratornextChar クラス内 AbstractCharIteratorIterator.next()public char previousChar()
AbstractCharBidirectionalIteratorpreviousChar インタフェース内 CharBidirectionalIteratorpreviousChar クラス内 AbstractCharBidirectionalIteratorListIterator.previous()public int nextIndex()
public int previousIndex()
public Character next()
AbstractCharIteratornext インタフェース内 Iterator<Character>next インタフェース内 ListIterator<Character>next クラス内 AbstractCharIteratorpublic Character previous()
AbstractCharBidirectionalIteratorprevious インタフェース内 BidirectionalIterator<Character>previous インタフェース内 ListIterator<Character>previous クラス内 AbstractCharBidirectionalIteratorListIterator.previous()Copyright © 2011-2015. All Rights Reserved.