talx.util
Class ArrayEnumeration
java.lang.Object
talx.util.ArrayEnumeration
- All Implemented Interfaces:
- java.util.Enumeration
- public class ArrayEnumeration
- extends java.lang.Object
- implements java.util.Enumeration
Class to iterate through an array.
This class allows you to expose the contents of an internal array
without exposing the array structure.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayEnumeration
public ArrayEnumeration(java.lang.Object[] collection)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement in interface java.util.Enumeration
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.