put Int Array
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
Inserts a int array value into this map, replacing any existing value for the given key. Value may be null.
a String key
an integer ArrayList