values method

Iterable<V> values()

Implementation

Iterable<V> values() {
    return _map.values;
}