Searched defs:ArrayIterator (Results 1 – 3 of 3) sorted by relevance
6 public class ArrayIterator implements Iterator<Object> { class10 public ArrayIterator(Object array) { in ArrayIterator() method in ArrayIterator
34 @implementation ArrayIterator implementation
342 protected class ArrayIterator<E> implements ListIterator<E> { class in SafeArrayList347 protected ArrayIterator( E[] array, int index ) { in ArrayIterator() method in SafeArrayList.ArrayIterator