soot.shimple.internal
Class SHashMultiMap

java.lang.Object
  extended by soot.util.HashMultiMap
      extended by soot.shimple.internal.SHashMultiMap
All Implemented Interfaces:
MultiMap

public class SHashMultiMap
extends HashMultiMap

A map with ordered sets as values, HashMap implementation.

Author:
Navindra Umanee

Constructor Summary
SHashMultiMap()
           
SHashMultiMap(MultiMap m)
           
 
Method Summary
protected  Set newSet()
           
 
Methods inherited from class soot.util.HashMultiMap
containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, numKeys, put, putAll, putAll, remove, remove, removeAll, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHashMultiMap

public SHashMultiMap()

SHashMultiMap

public SHashMultiMap(MultiMap m)
Method Detail

newSet

protected Set newSet()
Overrides:
newSet in class HashMultiMap