Searched defs:ThrowingIterator (Results 1 – 2 of 2) sorted by relevance
334 struct ThrowingIterator { struct344 ThrowingIterator () in ThrowingIterator() argument348 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument408 ThrowingIterator temp = *this; argument431 ThrowingIterator temp = *this; argument465 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
326 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest329 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator