org.seasar.framework.util
クラス EnumerationIterator
java.lang.Object
org.seasar.framework.util.EnumerationIterator
- すべての実装インタフェース:
- Iterator
- public class EnumerationIterator
- extends Object
- implements Iterator
- 作成者:
- shot
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationIterator
public EnumerationIterator(Enumeration e)
remove
public void remove()
- 定義:
- インタフェース
Iterator
内の remove
hasNext
public boolean hasNext()
- 定義:
- インタフェース
Iterator
内の hasNext
next
public Object next()
- 定義:
- インタフェース
Iterator
内の next
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.