Searched defs:ArrayIterator (Results 1 – 6 of 6) sorted by relevance
6 public class ArrayIterator implements Iterator<Object> { class10 public ArrayIterator(Object array) { in ArrayIterator() method in ArrayIterator
33 function ArrayIterator() {} class
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
339 class ArrayIterator implements Iterator<Object[]> { class343 public ArrayIterator(Object[][] objects) { in ArrayIterator() method in ArrayIterator
530 static public class ArrayIterator<T> implements Iterator<T>, Iterable<T> { class in Array538 public ArrayIterator (Array<T> array) { in ArrayIterator() method in Array.ArrayIterator542 public ArrayIterator (Array<T> array, boolean allowRemove) { in ArrayIterator() method in Array.ArrayIterator