| 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, valuescontainsKey, containsValue, ensureCapacity, equals, get, indexOfKey, isEmpty, keyAt, remove, size, toString, valueAtclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, sizepublic 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>