Iterable view of the values.
Implemented using the reverse map keys to avoid allocation.
@override Iterable<V> get values => _map2.keys;