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

    Modifier and Type
    Method
    Description
    void
    cleanup(IterType iterFromMake)
     
     
  • Method Details