iterator method

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

Implementation

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