HashMap<K, V> typedef

HashMap<K, V> = Map<K, V>

Implementation

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