public class IdentityHashMap<K,V> extends Object
IdentityHashMap()
IdentityHashMap(int tableSize)
V
get(K key)
boolean
put(K key, V value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IdentityHashMap()
public IdentityHashMap(int tableSize)
public final V get(K key)
public boolean put(K key, V value)
Copyright © 2012–2016 Alibaba Group. All rights reserved.