FicMapIteratorExtension<K, V> extension

on

Methods

toIterable() Iterable<MapEntry<K, V>>
Converts the iterator of map entries into an iterable.
toMap() Map<K, V>
Converts the iterator of map entries into a map.