com.bea.xml.stream.util

Class ArrayIterator

Implemented Interfaces:
Iterator

public final class ArrayIterator
extends java.lang.Object
implements Iterator

Constructor Summary

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

Method Summary

boolean
hasNext()
Object
next()
void
remove()

Constructor Details

ArrayIterator

public ArrayIterator(Object[] a)

ArrayIterator

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

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()