org.apache.avalon.excalibur.collections
クラス ArrayEnumeration

java.lang.Object
  |
  +--org.apache.avalon.excalibur.collections.ArrayEnumeration
すべての実装インタフェース:
java.util.Enumeration

public final class ArrayEnumeration
extends java.lang.Object
implements java.util.Enumeration

Enumeration wrapper for array.

導入されたバージョン:
4.0
バージョン:
CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:26 $
作成者:
Peter Donald

フィールドの概要
protected  java.lang.Object[] m_elements
           
protected  int m_index
           
 
コンストラクタの概要
ArrayEnumeration(java.util.List elements)
           
ArrayEnumeration(java.lang.Object[] elements)
           
 
メソッドの概要
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

m_elements

protected java.lang.Object[] m_elements

m_index

protected int m_index
コンストラクタの詳細

ArrayEnumeration

public ArrayEnumeration(java.util.List elements)

ArrayEnumeration

public ArrayEnumeration(java.lang.Object[] elements)
メソッドの詳細

hasMoreElements

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

nextElement

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


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."