protected static final class DemandCSPointsTo.CallSiteToTargetsMap extends HashSetMultiMap<DemandCSPointsTo.CallSiteAndContext,SootMethod>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
create |
protected java.util.Map<K,java.util.Set<V>> |
map |
| Modifier | Constructor and Description |
|---|---|
protected |
CallSiteToTargetsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
protected java.util.Set<V> |
emptySet() |
java.util.Set<V> |
get(K key) |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
boolean |
put(K key,
V val) |
boolean |
putAll(K key,
java.util.Collection<? extends V> vals) |
boolean |
remove(K key,
V val) |
java.util.Set<V> |
removeAll(K key) |
int |
size() |
java.lang.String |
toString() |
createSetprotected final java.util.Map<K,java.util.Set<V>> map
protected final boolean create
protected java.util.Set<V> emptySet()
public java.util.Set<V> removeAll(K key)
public boolean containsKey(K key)
containsKey in interface MultiMap<K,V>public java.lang.String toString()
public boolean putAll(K key,
java.util.Collection<? extends V> vals)