The map entries of this.
Iterable<MapEntry<K, V>> get entries => _base.entries.map((e) => new MapEntry(e.value.first, e.value.last));