Interface TestIteratorGenerator<E>

  • Type Parameters:
    E - the element type of the iterator.
    All Known Implementing Classes:
    DerivedTestIteratorGenerator

    public interface TestIteratorGenerator<E>
    Creates iterators to be tested.
    • Method Detail

      • get

        java.util.Iterator<E> get()