Glide
Glide
/
com.bumptech.glide.util
/
CachedHashCodeArrayMap
Cached
Hash
Code
Array
Map
class
CachedHashCodeArrayMap
<
K
,
V
>
Content copied to clipboard
An ArrayMap that caches its hashCode to support efficient lookup.
Functions
Parameters
Parameters
<K>
the key type.
<V>
the value type.
Functions
clear
Link copied to clipboard
open
fun
clear
(
)
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
put
Link copied to clipboard
open
fun
put
(
key
:
K
,
value
:
V
)
:
V
Content copied to clipboard
put
All
Link copied to clipboard
open
fun
putAll
(
simpleArrayMap
:
SimpleArrayMap<? extends K, ? extends V>
)
Content copied to clipboard
remove
At
Link copied to clipboard
open
fun
removeAt
(
index
:
Int
)
:
V
Content copied to clipboard
set
Value
At
Link copied to clipboard
open
fun
setValueAt
(
index
:
Int
,
value
:
V
)
:
V
Content copied to clipboard