toLongArray
Converts the give collection of Number objects into an array of Long objects.
Return
an array of Long objects.
Parameters
source
a collection of Number objects
Converts the give array of primitive long values into an array of Long values.
Return
an array of Long objects.
Parameters
source
an array of primitive long values.