putIntArray

fun putIntArray(key: String, array: ArrayList<Int>?)

Inserts a int array value into this map, replacing any existing value for the given key. Value may be null.

Parameters

key

a String key

array

an integer ArrayList