org.seasar.framework.util
クラス EnumerationAdapter

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

public class EnumerationAdapter
extends java.lang.Object
implements java.util.Enumeration

IteratorEnumerationにするためのアダブタです。

作成者:
higa

コンストラクタの概要
EnumerationAdapter(java.util.Iterator iterator)
          EnumerationAdapterを作成します。
 
メソッドの概要
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EnumerationAdapter

public EnumerationAdapter(java.util.Iterator iterator)
EnumerationAdapterを作成します。

パラメータ:
iterator -
メソッドの詳細

hasMoreElements

public boolean hasMoreElements()
定義:
インタフェース java.util.Enumeration 内の hasMoreElements

nextElement

public java.lang.Object nextElement()
定義:
インタフェース java.util.Enumeration 内の nextElement


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.