java.util
Class IdentityHashMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by java.util.IdentityHashMap
All Implemented Interfaces:
Serializable, Cloneable, Map

public class IdentityHashMap
extends AbstractMap
implements Serializable, Cloneable, Map

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry
 
Constructor Summary
IdentityHashMap()
           
IdentityHashMap(int var0)
           
IdentityHashMap(Map var0)
           
 
Method Summary
 Object clone()
           
 Set entrySet()
           
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

IdentityHashMap

public IdentityHashMap()

IdentityHashMap

public IdentityHashMap(int var0)

IdentityHashMap

public IdentityHashMap(Map var0)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map