org.seasar.framework.util
クラス EnumerationAdapter

java.lang.Object
  拡張org.seasar.framework.util.EnumerationAdapter
すべての実装インタフェース:
Enumeration
直系の既知のサブクラス:
EmptyEnumeration

public class EnumerationAdapter
extends Object
implements Enumeration


コンストラクタの概要
EnumerationAdapter(Iterator iterator)
           
 
メソッドの概要
 boolean hasMoreElements()
           
 Object nextElement()
           
 
クラス 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.