Class AbstractIteratorTester<E,​I extends java.util.Iterator<E>>

  • 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 java.util.Iterator<E>>
    extends java.lang.Object
    Most of the logic for IteratorTester and ListIteratorTester.