- Type Parameters:
R - the resulting element typeT - the source element type
- All Implemented Interfaces:
- Iterator<R>
public class TransformingIterator<R,T>
extends Object
implements Iterator<R>
Decorates an iterator adapting (via a delegate) consumed elements
- Author:
- rferranti