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