public final class MultiMap extends Object
Modifier and Type | Method and Description |
---|---|
static <K,V> boolean |
containsEntry(Map<K,Set<V>> map,
K key,
V value) |
static <K,V> Set<V> |
get(Map<K,Set<V>> map,
K key) |
static <K,V> boolean |
put(Map<K,Set<V>> map,
K key,
V value) |
static <K,V> boolean |
putAll(Map<K,Set<V>> map,
K key,
Collection<V> values) |
public static <K,V> boolean putAll(Map<K,Set<V>> map, K key, Collection<V> values)
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.