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