pairIterator method

Iterator<Tuple2<K, V>> pairIterator()

Implementation

Iterator<Tuple2<K, V>> pairIterator() => pairIterable().iterator;