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