IterableMapEntryPureExtensions<K, V> extension

on

Properties

keys Iterable<K>
Returns only the keys.
no setter
values Iterable<V>
Returns only the values.
no setter

Methods

toMap() Map<K, V>
Convert the collection of entries into a Map.
toMapList() Map<K, List<V>>
Grouping the results in list according to key.