IdentityHashMap

Class IdentityHashMap<K,V>

All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
public class IdentityHashMap<K,V>
extends AbstractMap<K,V>
implements Map<K,V>, Serializable, Cloneable

This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values). In other