|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.util.EnumerationAdapter
Iteratorを Enumerationにするためのアダブタです。
| コンストラクタの概要 | |
EnumerationAdapter(java.util.Iterator iterator)
EnumerationAdapterを作成します。 |
|
| メソッドの概要 | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public EnumerationAdapter(java.util.Iterator iterator)
EnumerationAdapterを作成します。
iterator - | メソッドの詳細 |
public boolean hasMoreElements()
java.util.Enumeration 内の hasMoreElementspublic java.lang.Object nextElement()
java.util.Enumeration 内の nextElement
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||