|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.liq.container.util.ArrayIterator<T>
public class ArrayIterator<T>
| コンストラクタの概要 | |
|---|---|
ArrayIterator(T[] array)
|
|
| メソッドの概要 | |
|---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ArrayIterator(T[] array)
| メソッドの詳細 |
|---|
public boolean hasNext()
java.util.Iterator<T> 内の hasNextpublic T next()
java.util.Iterator<T> 内の nextpublic void remove()
java.util.Iterator<T> 内の remove
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||