Class HashMapFactory
java.lang.Object
com.ibm.wala.util.collections.HashMapFactory
A debugging aid. When HashSetFactory.DEBUG is set, this class creates ParanoidHashMaps.
Otherwise, it returns
LinkedHashMap
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HashMapFactory
public HashMapFactory()
-
-
Method Details
-
make
- Returns:
- A ParanoidHashMap if DEBUG = true, a LinkedHashMap otherwise
-
make
- Returns:
- A ParanoidHashMap if DEBUG = true, a LinkedHashMap otherwise
-
make
-