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