Interface BaseSequence.IteratorMaker<T,IterType extends Iterator<T>>
- Enclosing class:
BaseSequence<T,IterType extends Iterator<T>>
public static interface BaseSequence.IteratorMaker<T,IterType extends Iterator<T>>
-
Method Summary
-
Method Details
-
make
IterType make() -
cleanup
-