convert
Convert array of booleans to the list of Boolean objects
Return
The list of Boolean objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of booleans
Convert array of bytes to the list of Byte objects
Return
The list of Byte objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of bytes
Convert array of chars to the list of Character objects
Return
The list of Characters objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of char
Convert array of shorts to the list of Short objects
Return
The list of Short objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of shorts
Convert array of ints to the list of Integer objects
Return
The list of Integer objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of ints
Convert array of longs to the list of Long objects
Return
The list of Long objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of longs
Convert array of floats to the list of Float objects
Return
The list of Float objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of floats
Convert array of doubles to the list of Double objects
Return
The list of Double objects
Note: for small inputs the returned list may be immutable (e.g. emptyList); do not rely on mutating it.
Parameters
The array of doubles
Convert array of Objects to the list of Objects
Return
The list of Objects
Parameters
The array of Objects