Class Uint32Array

    • Method Detail

      • getData

        public int[] getData()
        Description copied from interface: EncodedData
        Access to the underlying array of information.
        Specified by:
        getData in interface EncodedData<int[]>
        Specified by:
        getData in interface IntArray
        Returns:
        an int[], double[], byte[], or String[]
      • length

        public int length()
        Description copied from interface: EncodedData
        The number of elements in the wrapped array.
        Specified by:
        length in interface EncodedData<int[]>
        Specified by:
        length in interface IntArray
        Returns:
        results of array.length