Home
last modified time | relevance | path

Searched defs:ArrayIterator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
DMapCollections.java39 final class ArrayIterator<T> implements Iterator<T> { class in MapCollections
45 ArrayIterator(int offset) { in ArrayIterator() method in MapCollections.ArrayIterator