|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object | +--org.apache.avalon.excalibur.collections.IteratorEnumeration
Enumeration wrapper for iterator.
| フィールドの概要 | |
protected java.util.Iterator |
m_iterator
|
| コンストラクタの概要 | |
IteratorEnumeration(java.util.Iterator iterator)
|
|
| メソッドの概要 | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected java.util.Iterator m_iterator
| コンストラクタの詳細 |
public IteratorEnumeration(java.util.Iterator iterator)
| メソッドの詳細 |
public boolean hasMoreElements()
java.util.Enumeration 内の hasMoreElementspublic java.lang.Object nextElement()
java.util.Enumeration 内の nextElement
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||