Class ObjectArrayToPrimitiveArray

    • Constructor Detail

      • ObjectArrayToPrimitiveArray

        public ObjectArrayToPrimitiveArray()
    • 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 int[] convert​(Integer[] array)
        Converts Integer 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 char[] convert​(Character[] array)
        Converts Character arrays.
        Parameters:
        array - the array to convert
        Returns:
        the converted array