CachedHashCodeArrayMap

class CachedHashCodeArrayMap<K, V>

An ArrayMap that caches its hashCode to support efficient lookup.

Parameters

<K>

the key type.

<V>

the value type.

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun put(key: K, value: V): V
Link copied to clipboard
open fun putAll(simpleArrayMap: SimpleArrayMap<? extends K, ? extends V>)
Link copied to clipboard
open fun removeAt(index: Int): V
Link copied to clipboard
open fun setValueAt(index: Int, value: V): V