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