HomeSort by relevance Sort by last modified time
    Searched refs:AbstractIteratorTester (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
IteratorTester.java 64 AbstractIteratorTester<E, Iterator<E>> {
ListIteratorTester.java 41 AbstractIteratorTester<E, ListIterator<E>> {
AbstractIteratorTester.java 48 abstract class AbstractIteratorTester<E, I extends Iterator<E>> {
106 * {@link AbstractIteratorTester.MultiExceptionListIterator} instead of
162 * {@link AbstractIteratorTester} instance). Instead of throwing exceptions
323 AbstractIteratorTester(int steps, Iterable<E> elementsToInsertIterable,
468 * AbstractIteratorTester<E>, that's implicitly a cast to
469 * AbstractIteratorTester<E>.MultiExceptionListIterator. The runtime
470 * won't be able to verify the AbstractIteratorTester<E> part, so it's

Completed in 538 milliseconds