The map entries of this Map.
Iterable<MapEntry<K, V>> get entries => _SplayTreeMapEntryIterable<K, V>(this);