Class MapSecondary.SimplePair<K,V>

java.lang.Object
components.map.MapSecondary.SimplePair<K,V>
Type Parameters:
K - type of Pair first entry (Map key entry)
V - type of Pair second entry (Map value entry)
All Implemented Interfaces:
Map.Pair<K,V>
Enclosing class:
MapSecondary<K,V>

protected static final class MapSecondary.SimplePair<K,V> extends Object implements Map.Pair<K,V>
Straightforward implementation of Pair interface.