public final class ConcurrentHashSetMultimap<K,V> extends Object implements com.google.common.collect.SetMultimap<K,V>
Constructor and Description |
---|
ConcurrentHashSetMultimap() |
Modifier and Type | Method and Description |
---|---|
Map<K,Collection<V>> |
asMap() |
void |
clear() |
boolean |
containsEntry(Object key,
Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entries() |
Set<V> |
get(K key) |
boolean |
isEmpty() |
com.google.common.collect.Multiset<K> |
keys() |
Set<K> |
keySet() |
boolean |
put(K key,
V value) |
boolean |
putAll(K key,
Iterable<? extends V> values) |
boolean |
putAll(com.google.common.collect.Multimap<? extends K,? extends V> multimap) |
boolean |
remove(Object key,
Object value) |
Set<V> |
removeAll(Object key) |
Set<V> |
replaceValues(K key,
Iterable<? extends V> values) |
int |
size() |
Collection<V> |
values() |
public ConcurrentHashSetMultimap()
public boolean isEmpty()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public boolean containsEntry(Object key, Object value)
public Collection<V> values()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.