public class ArrayEnumeration<E>
extends java.lang.Object
implements java.util.Enumeration<E>, java.io.Serializable
Constructor and Description |
---|
ArrayEnumeration(E[] arr) |
ArrayEnumeration(E[] arr,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
Copyright © 2003-present Jodd Team