|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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>
内の remove
public boolean hasNext()
Iterator<T>
内の hasNext
public T next()
Iterator<T>
内の next
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |