com.bea.xml.stream.util

Class ArrayIterator

public final class ArrayIterator extends Object implements Iterator

Constructor Summary
ArrayIterator(Object[] a)
ArrayIterator(Object[] a, int off, int len)
Method Summary
booleanhasNext()
Objectnext()
voidremove()

Constructor Detail

ArrayIterator

public ArrayIterator(Object[] a)

ArrayIterator

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

Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()