public class ConcurrentMultiMap<K,V> extends Object
ConcurrentMultiMap()
void
add(K key, V value)
boolean
contains(K key, V value)
protected Set<V>
createConcurrentSet(V value)
Set<V>
get(K key)
remove(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentMultiMap()
public void add(K key, V value)
public void remove(K key, V value)
public boolean contains(K key, V value)
public Set<V> get(K key)
protected Set<V> createConcurrentSet(V value)
Copyright © 2018–2021. All rights reserved.