Searched defs:Iterator (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DIterator.java29 * <p>Implementing {@link Iterable} and returning an {@code Iterator} allows your
35 public interface Iterator<E> { interface

Completed in 139 milliseconds