com.ibm.wala.util.graph.traverse
Class DFSVisit.DefaultSimpleMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by com.ibm.wala.util.graph.traverse.DFSVisit.DefaultSimpleMap<K,V>
All Implemented Interfaces:
DFSVisit.SimpleMap<K,V>, java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>
Enclosing class:
DFSVisit

public static class DFSVisit.DefaultSimpleMap<K,V>
extends java.util.HashMap<K,V>
implements DFSVisit.SimpleMap<K,V>

Default implementation of DFSVisit.SimpleMapbased on a HashMap

See Also:
Serialized Form

Constructor Summary
DFSVisit.DefaultSimpleMap()
           
DFSVisit.DefaultSimpleMap(int initialCapacity)
          Constructs an empty DefaultSimpleMap with the specified initial capacity.
DFSVisit.DefaultSimpleMap(int initialCapacity, float loadFactor)
          Constructs an empty DefaultSimpleMap with the specified initial capacity and load factor.
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.wala.util.graph.traverse.DFSVisit.SimpleMap
clear, get, put
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DFSVisit.DefaultSimpleMap

public DFSVisit.DefaultSimpleMap(int initialCapacity)
Constructs an empty DefaultSimpleMap with the specified initial capacity.


DFSVisit.DefaultSimpleMap

public DFSVisit.DefaultSimpleMap()

DFSVisit.DefaultSimpleMap

public DFSVisit.DefaultSimpleMap(int initialCapacity,
                                 float loadFactor)
Constructs an empty DefaultSimpleMap with the specified initial capacity and load factor.