Class AbstractIteratorTester<E,I extends Iterator<E>>

java.lang.Object
com.google.common.collect.testing.AbstractIteratorTester<E,I>
Type Parameters:
E - the type of element returned by the iterator
I - the type of the iterator (Iterator or ListIterator)
Direct Known Subclasses:
IteratorTester, ListIteratorTester

abstract class AbstractIteratorTester<E,I extends Iterator<E>> extends Object
Most of the logic for IteratorTester and ListIteratorTester.