Interface WrappingIteratorFactory<T>
public interface WrappingIteratorFactory<T>
- 
Method Summary
Modifier and TypeMethodDescriptioncreateIterator(Iterator<T> input) Creates an iterator that wraps the given iterator. 
- 
Method Details
- 
createIterator
 
 -