Interface TestIteratorGenerator<E>
-
- Type Parameters:
E
- the element type of the iterator.
- All Known Implementing Classes:
DerivedTestIteratorGenerator
@GwtCompatible public interface TestIteratorGenerator<E>
Creates iterators to be tested.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator<E>
get()
-
-
-
Method Detail
-
get
java.util.Iterator<E> get()
-
-