The map entries of this Map.
@override Iterable<MapEntry<K, V>> get entries => _list.map((key) => entry(key));