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