org.apache.commons.collections
クラス ArrayEnumeration

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

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

Enumeration wrapper for array.

作成者:
Peter Donald

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

コンストラクタの詳細

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 Software Foundation. Documenation generated November 5 2001.