Constructor and Description |
---|
CachedHashCodeArrayMap() |
Modifier and Type | Method and Description |
---|---|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size
public void clear()
public V setValueAt(int index, V value)
setValueAt
in class SimpleArrayMap<K,V>
public void putAll(SimpleArrayMap<? extends K,? extends V> simpleArrayMap)
putAll
in class SimpleArrayMap<K,V>
public V removeAt(int index)
removeAt
in class SimpleArrayMap<K,V>