IntMapEntry<T> typedef

IntMapEntry<T> = MapEntry<int, T>

Implementation

typedef IntMapEntry<T> = MapEntry<int, T>;