Array Utils
class ArrayUtils
Utility class to covert array of primitive types to the List of Objects.
Functions
Link copied to clipboard
Convert array of booleans to the list of Boolean objects
Convert array of bytes to the list of Byte objects
Convert array of chars to the list of Character objects
Convert array of doubles to the list of Double objects
Convert array of floats to the list of Float objects
Convert array of ints to the list of Integer objects
Convert array of Objects to the list of Objects
Convert array of longs to the list of Long objects
Convert array of shorts to the list of Short objects
Link copied to clipboard