Package com.bumptech.glide.util
Class CachedHashCodeArrayMap<K,V>
- java.lang.Object
-
- androidx.collection.SimpleArrayMap<K,V>
-
- androidx.collection.ArrayMap<K,V>
-
- com.bumptech.glide.util.CachedHashCodeArrayMap<K,V>
-
- Type Parameters:
K- the key type.V- the value type.
- All Implemented Interfaces:
java.util.Map<K,V>
public final class CachedHashCodeArrayMap<K,V> extends androidx.collection.ArrayMap<K,V>AnArrayMapthat caches its hashCode to support efficient lookup.
-
-
Constructor Summary
Constructors Constructor Description CachedHashCodeArrayMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()inthashCode()Vput(K key, V value)voidputAll(androidx.collection.SimpleArrayMap<? extends K,? extends V> simpleArrayMap)VremoveAt(int index)VsetValueAt(int index, V value)-
Methods inherited from class androidx.collection.ArrayMap
containsAll, entrySet, keySet, putAll, removeAll, retainAll, values
-
Methods inherited from class androidx.collection.SimpleArrayMap
containsKey, containsValue, ensureCapacity, equals, get, getOrDefault, indexOfKey, isEmpty, keyAt, putIfAbsent, remove, remove, replace, replace, size, toString, valueAt
-
-