AccessOrderLinkedHashMap

constructor(initialCapacity: Int = 16, loadFactor: Float = 0.75f)

Parameters

K

the type of keys maintained by this map

V

the type of mapped values

initialCapacity

the initial capacity of the map (default is 16)

loadFactor

the load factor of the map (default is 0.75f)