Uses of Class
soot.util.HashMultiMap

Packages that use HashMultiMap
soot.jimple.spark.pag   
soot.shimple.internal Shimple internal messy stuff. 
 

Uses of HashMultiMap in soot.jimple.spark.pag
 

Fields in soot.jimple.spark.pag declared as HashMultiMap
 HashMultiMap PAG.callAssigns
           
 HashMultiMap PAG.callAssigns
           
 

Uses of HashMultiMap in soot.shimple.internal
 

Subclasses of HashMultiMap in soot.shimple.internal
 class SHashMultiMap
          A map with ordered sets as values, HashMap implementation.