org.seasar.framework.util
クラス EnumerationAdapter
java.lang.Object
org.seasar.framework.util.EnumerationAdapter
- すべての実装インタフェース:
- Enumeration
- 直系の既知のサブクラス:
- EmptyEnumeration
- public class EnumerationAdapter
- extends Object
- implements Enumeration
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationAdapter
public EnumerationAdapter(Iterator iterator)
hasMoreElements
public boolean hasMoreElements()
- 定義:
- インタフェース
Enumeration
内の hasMoreElements
nextElement
public Object nextElement()
- 定義:
- インタフェース
Enumeration
内の nextElement
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.