add All
Adds all elements to the MutableIntList at the given index, shifting over any elements at index and after, if any.
Return
true if the MutableIntList was changed or false if elements was empty
Throws
if index isn't between 0 and size, inclusive.
Adds all elements to the MutableIntList at the given index, shifting over any elements at index and after, if any.
Return
true if the MutableIntList was changed or false if elements was empty
Throws
if index isn't between 0 and size, inclusive
Adds all elements to the end of the MutableIntList and returns true if the MutableIntList was changed or false if elements was empty.