MutableMap2IntKeys

class MutableMap2IntKeys<V>(key1Max: Int, key2Max: Int)

If there are multiple values that contribute to a key, it should be faster to use the keys separately, rather than create a separate 'key' object

Constructors

MutableMap2IntKeys
Link copied to clipboard
common
fun MutableMap2IntKeys(key1Max: Int, key2Max: Int)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

clear
Link copied to clipboard
common
fun clear()
get
Link copied to clipboard
common
operator fun get(key1: Int, key2: Int): V?
set
Link copied to clipboard
common
operator fun set(key1: Int, key2: Int, value: V)

Properties

key1Max
Link copied to clipboard
common
val key1Max: Int
key2Max
Link copied to clipboard
common
val key2Max: Int
size
Link copied to clipboard
common
val size: Int