8 | Get and set the data in the item as a simple arrayOften, for other task, it is necessary to get or set data in the item as an array, for example String[]. Now you can get the data only as Vector, which is not always convenient, since you have to manually distil data into an array. Please add the methods for ... |