The map entries of this Map.
@override Iterable<MapEntry<K, V>> get entries { doAutoPurge(); return _map.entries; }