Searched defs:putAt (Results 1 – 4 of 4) sorted by relevance
56 fun putAt(index: Int, value: V): V = map.setValueAt(index, value) in isEmpty() method
79 fun putAt(index: Int, value: M): I = map.setValueAt(index, MutableReference(value)).get() in isEmpty() method
79 fun putAt(index: Int, value: M): I = in isEmpty() method
55 fun putAt(index: Int, value: T): T = array.setValueAtReturnOld(index, value) in isEmpty() method