K - Type of keyV - Type of valueT - Type of entry objects of functionspublic final class Grouped<K,V,T> extends MapEnvelope<K,List<V>>
Map.
This class groups objects from iterable by applying functions for keys and values
There is no thread-safety guarantee.
| Constructor and Description |
|---|
Grouped(Iterable<T> list,
Function<T,K> keys,
Function<T,V> values)
Ctor.
|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2017–2018 Cactoos. All rights reserved.