|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Scans a set of integers (int
s).
An imaginary cursor that advances its position with each call
to next is used to identify the current position.
The behavior is undefined if the underlying set is modified
(in any way except the delete method of this Scanner)
while scanning.
メソッドの概要 | |
void |
delete()
Deletes the element returned by the last call to next. |
boolean |
hasNext()
Returns true if there are more elements. |
int |
next()
Returns the next element and advances the cursor by one. |
メソッドの詳細 |
public boolean hasNext()
public int next()
public void delete()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |