public static class CharIterators.UnmodifiableIterator extends AbstractCharIterator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CharIterator |
i |
| コンストラクタと説明 |
|---|
UnmodifiableIterator(CharIterator i) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
hasNext() |
Character |
next()
Delegates to the corresponding type-specific method.
|
char |
nextChar()
Delegates to the corresponding generic method.
|
remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final CharIterator i
public UnmodifiableIterator(CharIterator i)
public boolean hasNext()
public char nextChar()
AbstractCharIteratornextChar インタフェース内 CharIteratornextChar クラス内 AbstractCharIteratorIterator.next()public Character next()
AbstractCharIteratornext インタフェース内 Iterator<Character>next クラス内 AbstractCharIteratorCopyright © 2011–2016. All rights reserved.