DictionaryEntry<V> typedef

DictionaryEntry<V> = MapEntry<String, V>

Definitions of a MapEntry contains String based MapEntry.key with any primitative type V for MapEntry.value.

Implementation

typedef DictionaryEntry<V> = MapEntry<String, V>;