Interface WrappingIteratorFactory<T>


public interface WrappingIteratorFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an iterator that wraps the given iterator.
  • Method Details

    • createIterator

      Iterator<T> createIterator(Iterator<T> input)
      Creates an iterator that wraps the given iterator.