public static class CharIterators.UnmodifiableBidirectionalIterator extends AbstractCharBidirectionalIterator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CharBidirectionalIterator |
i |
| コンストラクタと説明 |
|---|
CharIterators.UnmodifiableBidirectionalIterator(CharBidirectionalIterator 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.
|
Character |
previous()
Delegates to the corresponding type-specific method.
|
char |
previousChar()
Delegates to the corresponding generic method.
|
backremove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipskipprotected final CharBidirectionalIterator i
public CharIterators.UnmodifiableBidirectionalIterator(CharBidirectionalIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public char nextChar()
AbstractCharIteratornextChar インタフェース内 CharIteratornextChar クラス内 AbstractCharIteratorIterator.next()public char previousChar()
AbstractCharBidirectionalIteratorpreviousChar インタフェース内 CharBidirectionalIteratorpreviousChar クラス内 AbstractCharBidirectionalIteratorListIterator.previous()public Character next()
AbstractCharIteratornext インタフェース内 Iterator<Character>next クラス内 AbstractCharIteratorpublic Character previous()
AbstractCharBidirectionalIteratorprevious インタフェース内 BidirectionalIterator<Character>previous クラス内 AbstractCharBidirectionalIteratorListIterator.previous()Copyright © 2011-2015. All Rights Reserved.