Class: com.sun.org.apache.xerces.internal.impl.Constants.ArrayEnumeration
- static class Constants.ArrayEnumeration
- implements Enumeration
An array enumeration.
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.xerces.internal.impl.Constants.ArrayEnumeration
- Enumeration<E>
Methods
-
Constants.ArrayEnumerationtop
public Constants.ArrayEnumeration(Object[] array)Constructs an array enumeration. -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration.- Specified by:
- nextElement from Enumeration<E>
Fields
-
array
private Object[] arrayArray. -
index
private int indexIndex.
