Searched defs:forEachKeyIndexed (Results 1 – 4 of 4) sorted by relevance
57 inline fun IntBooleanMap.forEachKeyIndexed(action: (Int, Int) -> Unit) { in forEachKeyIndexed() method
61 inline fun <T> IntMap<T>.forEachKeyIndexed(action: (Int, Int) -> Unit) { in forEachKeyIndexed() method
57 inline fun IntLongMap.forEachKeyIndexed(action: (Int, Int) -> Unit) { in forEachKeyIndexed() method
61 inline fun <K, V> IndexedMap<K, V>.forEachKeyIndexed(action: (Int, K) -> Unit) { in forEachKeyIndexed() method