valueIterator method

Iterator<V> valueIterator()

Implementation

Iterator<V> valueIterator() => valueIterable().iterator;