public class ArrayEnumerator<E> extends Object implements Enumeration<E>
| Constructor and Description |
|---|
ArrayEnumerator(E[] source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public ArrayEnumerator(E[] source)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public E nextElement()
nextElement in interface Enumeration<E>Copyright © 2006–2015. All rights reserved.