The map entries of this Map.
@override Iterable<MapEntry<K, V>> get entries => _items.map((e) => MapEntry(_keyFunc(e), e));