|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.util.collection.EmptyIterator<T>
T - 反復する要素の型public class EmptyIterator<T>
空の Iteratorです。
| コンストラクタの概要 | |
|---|---|
EmptyIterator()
EmptyIteratorを作成します。 |
|
| メソッドの概要 | |
|---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public EmptyIterator()
EmptyIteratorを作成します。
| メソッドの詳細 |
|---|
public void remove()
Iterator<T> 内の removepublic boolean hasNext()
Iterator<T> 内の hasNextpublic T next()
Iterator<T> 内の next
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||