This class is not part of the public API.

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
Implements:

Methods

  • AugmentationsImpl.SmallContainer.SmallContainerKeyEnumerationtop

    AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration()
    Google Code Search
    Stack Overflow
  • hasMoreElementstop

    public boolean hasMoreElements()
    Tests if this enumeration contains more elements.
    Return:
    @return true if and only if this enumeration object contains at least one more element to provide; false otherwise.
    Specified by:
    hasMoreElements from Enumeration<E>
    Google Code Search
    Stack Overflow
  • nextElementtop

    public Object nextElement()
    Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
    Return:
    @return the next element of this enumeration.
    Specified by:
    nextElement from Enumeration<E>
    Google Code Search
    Stack Overflow

Fields

  • enumArray

    Object[] enumArray
  • next

    int next