Class PrimitiveArrayToObjectArray

    • Constructor Detail

      • PrimitiveArrayToObjectArray

        public PrimitiveArrayToObjectArray()
    • Method Detail

      • convert

        protected Byte[] convert​(byte[] array)
        Converts byte arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array
      • convert

        protected Short[] convert​(short[] array)
        Converts short arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array
      • convert

        protected Integer[] convert​(int[] array)
        Converts int arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array
      • convert

        protected Long[] convert​(long[] array)
        Converts long arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array
      • convert

        protected Float[] convert​(float[] array)
        Converts float arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array
      • convert

        protected Double[] convert​(double[] array)
        Converts double arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array
      • convert

        protected Character[] convert​(char[] array)
        Converts char arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array