PostingsMapEntry typedef
Type definition for a hashmap entry of term to DocPostingsMap in a PostingsMap hashmap.
Alias for MapEntry<String, Map<String, Map<String, List<int>>>>
.
Implementation
typedef PostingsMapEntry = MapEntry<String, DocPostingsMap>;