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