Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java326 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
329 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator