Class 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:
    Serialized Form