Class ArrayIterator

java.lang.Object
com.bea.xml.stream.util.ArrayIterator
All Implemented Interfaces:
Iterator

public final class ArrayIterator extends Object implements Iterator
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(Object[] a)
    • ArrayIterator

      public ArrayIterator(Object[] a, int off, int len)
  • Method Details