Class ParanoidHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
com.ibm.wala.util.collections.ParanoidHashMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class ParanoidHashMap<K,V> extends LinkedHashMap<K,V>
a debugging aid. This implementation complains if you stick an object in here which appears to use System.identityHashCode()
See Also: