This class is not part of the public API.

Class: com.sun.org.apache.xerces.internal.impl.Constants.ArrayEnumeration

  • static class Constants.ArrayEnumeration
  • implements Enumeration
An array enumeration.
Authors:
@author Andy Clark, IBM

Inheritance

Superclass tree:
  • java.lang.Object
  • com.sun.org.apache.xerces.internal.impl.Constants.ArrayEnumeration
Implements:

Methods

Fields

  • array

    private Object[] array
    Array.
  • index

    private int index
    Index.