FicMapIteratorExtension<K, V> extension

on

Methods

toIterable() Iterable<MapEntry<K, V>>

Available on Iterator<MapEntry<K, V>>, provided by the FicMapIteratorExtension extension

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

Available on Iterator<MapEntry<K, V>>, provided by the FicMapIteratorExtension extension

Converts the iterator of map entries into a map.