- Type Parameters:
K - the key typeV - the value type
- All Implemented Interfaces:
- Delegate<Iterator<Pair<K,V>>,Map<K,V>>
public class MapToPairs<K,V>
extends Object
implements Delegate<Iterator<Pair<K,V>>,Map<K,V>>
Transforms a Map to an Iterator of pairs.
- Author:
- rferranti, sbaruzza