Pair<K, V> typedef

Pair<K, V> = Map<K, V>

Implementation

typedef Pair<K, V> = Map<K, V>;