Compil3r.Quad
Class CallGraph.CallSiteMap

java.lang.Object
java.util.AbstractMap
Util.Collections.UnmodifiableMultiMap
Compil3r.Quad.CallGraph.CallSiteMap
- All Implemented Interfaces:
- Util.Collections.BinaryRelation, java.util.Map, Util.Collections.MultiMap
- Enclosing class:
- CallGraph
- public static class CallGraph.CallSiteMap
- extends Util.Collections.UnmodifiableMultiMap
| Nested classes inherited from class java.util.AbstractMap |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Methods inherited from class Util.Collections.UnmodifiableMultiMap |
add, addAll, addAll, clear, computeHistogram, computeHistogram, entrySetHelper, proxy, put, putAll, remove, remove, removeAll, retainAll |
| Methods inherited from class java.util.AbstractMap |
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, size, toString, values |
INSTANCE
public static final CallGraph.CallSiteMap INSTANCE
methods
private final java.util.Set methods
CallGraph.CallSiteMap
public CallGraph.CallSiteMap(java.util.Set methods)
CallGraph.CallSiteMap
private CallGraph.CallSiteMap()
entrySet
public java.util.Set entrySet()
- Description copied from class:
Util.Collections.UnmodifiableMultiMap
- Returns a
Set view that allows you to recapture
the MultiMap view.
getValues
public java.util.Collection getValues(java.lang.Object key)
- Description copied from interface:
Util.Collections.MultiMap
- Returns the collection of Values associated with
key. Modifications to the returned
Collection affect this as well. If
there are no Values currently associated with
key, constructs a new, potentially mutable, empty
Collection and returns it.
(MultiMap specific operation).
contains
public boolean contains(java.lang.Object a,
java.lang.Object b)
- Description copied from interface:
Util.Collections.MultiMap
- Returns true if
a has a mapping to b
in this.
(MultiMap specific operation).