public static final class SootUtil.FieldAccessMap extends ArraySetMultiMap<SparkField,Pair<FieldRefNode,LocalVarNode>>
Modifier and Type | Field and Description |
---|---|
protected boolean |
create |
protected Map<K,Set<V>> |
map |
EMPTY
Constructor and Description |
---|
FieldAccessMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(K key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
boolean |
put(K key,
V val) |
boolean |
putAll(K key,
Collection<? extends V> vals) |
boolean |
remove(K key,
V val) |
Set<V> |
removeAll(K key) |
int |
size() |
String |
toString() |
createSet, emptySet, get
public boolean containsKey(K key)
containsKey
in interface MultiMap<K,V>
public String toString()
public boolean putAll(K key, Collection<? extends V> vals)