org.jasig.portal.utils
Class ArrayEnumerator<T>
java.lang.Object
org.jasig.portal.utils.ArrayEnumerator<T>
- All Implemented Interfaces:
- Enumeration<T>
public class ArrayEnumerator<T>
- extends Object
- implements Enumeration<T>
Implements the Enumeration interface over an Array
- Version:
- $Revision$
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayEnumerator
public ArrayEnumerator(T[] array)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement in interface Enumeration<T>
Copyright © 2010 Jasig. All Rights Reserved.