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