org.seasar.framework.util
クラス EnumerationIterator

java.lang.Object
  拡張org.seasar.framework.util.EnumerationIterator
すべての実装インタフェース:
Iterator

public class EnumerationIterator
extends Object
implements Iterator

作成者:
shot

コンストラクタの概要
EnumerationIterator(Enumeration e)
           
 
メソッドの概要
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
クラス 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.