|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface CharIterator
An iterator interface for chars
| メソッドの概要 | |
|---|---|
boolean |
hasNext()
Reports whether more characters are available |
char |
next()
Returns the next available character |
| メソッドの詳細 |
|---|
boolean hasNext()
true if more characters are available, otherwise
false
char next()
throws java.util.NoSuchElementException
java.util.NoSuchElementException - - if no more elements are available
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||