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
クラス 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.