abstract fun <T : Any> getArgumentValues(index: Int): MutableList<T>
Gets the values of an argument with the matching index.
index - the index
index
- the expected component type
Return the values, null if not set
null
See Also #getArgumentValue(int)#getRawValueForArgument(Argument)