Class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration
- class AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration
- implements Enumeration
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.xerces.internal.util.AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration
- Enumeration<E>
Methods
-
AugmentationsImpl.SmallContainer.SmallContainerKeyEnumerationtop
AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration() -
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 if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
Fields
-
enumArray
Object[] enumArray -
next
int next
