Searched defs:ArrayIterator (Results 1 – 1 of 1) sorted by relevance
39 final class ArrayIterator<T> implements Iterator<T> { class in MapCollections45 ArrayIterator(int offset) { in ArrayIterator() method in MapCollections.ArrayIterator