Convert array of booleans to the list of Boolean objects
The list of Boolean objects
The array of booleans
Convert array of bytes to the list of Byte objects
The list of Byte objects
The array of bytes
Convert array of chars to the list of Character objects
The list of Characters objects
The array of char
Convert array of shorts to the list of Short objects
The list of Short objects
The array of shorts
Convert array of ints to the list of Integer objects
The list of Integer objects
The array of ints
Convert array of longs to the list of Long objects
The list of Long objects
The array of longs
Convert array of floats to the list of Float objects
The list of Float objects
The array of floats
Convert array of doubles to the list of Double objects
The list of Double objects
The array of doubles
Convert array of Objects to the list of Objects
The list of Objects
The array of Objects