构造器和说明 |
---|
CachedHashCodeArrayMap() |
限定符和类型 | 方法和说明 |
---|---|
void |
clear() |
int |
hashCode() |
V |
put(K key,
V value) |
void |
putAll(SimpleArrayMap<? extends K,? extends V> simpleArrayMap) |
V |
removeAt(int index) |
V |
setValueAt(int index,
V value) |
containsAll, entrySet, keySet, putAll, removeAll, retainAll, values
containsKey, containsValue, ensureCapacity, equals, get, indexOfKey, isEmpty, keyAt, remove, size, toString, valueAt
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size
public V setValueAt(int index, V value)
setValueAt
在类中 SimpleArrayMap<K,V>
public void putAll(SimpleArrayMap<? extends K,? extends V> simpleArrayMap)
putAll
在类中 SimpleArrayMap<K,V>
public V removeAt(int index)
removeAt
在类中 SimpleArrayMap<K,V>