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