public class ConcurrentIdentityHashMultiMap<K,V>
extends soot.util.AbstractMultiMap<K,V>
HashMultiMap that uses object identity
for comparison| 构造器和说明 |
|---|
ConcurrentIdentityHashMultiMap() |
ConcurrentIdentityHashMultiMap(soot.util.MultiMap<K,V> m) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(V value) |
boolean |
equals(Object o) |
Set<V> |
get(K o) |
int |
hashCode() |
Set<K> |
keySet() |
protected ConcurrentMap<V,V> |
newSet() |
int |
numKeys() |
boolean |
put(K key,
V value) |
boolean |
putAll(K key,
Collection<V> values) |
V |
putIfAbsent(K key,
V value) |
boolean |
remove(K key) |
boolean |
remove(K key,
V value) |
boolean |
removeAll(K key,
Collection<V> values) |
int |
size() |
Set<V> |
values() |
forEach, spliteratorpublic int numKeys()
public boolean containsKey(Object key)
public boolean containsValue(V value)
protected ConcurrentMap<V,V> newSet()
public boolean putAll(K key, Collection<V> values)
public boolean remove(K key)
public boolean removeAll(K key, Collection<V> values)
public int size()
public void clear()
Copyright © 2022 Fraunhofer SIT. All rights reserved.