Interface PrimitiveArrayFS

    • Method Detail

      • size

        int size()
        Get the size of this array.
        Returns:
        the size
      • toIntArray

        int[] toIntArray()
        Gets this value as an integer array.
        Returns:
        integer array value, empty array if value is not an array
      • toFloatArray

        float[] toFloatArray()
        Gets this value as an float array.
        Returns:
        float array value, empty array if value is not an array
      • toStringArray

        String[] toStringArray()
        Gets this value as an string array.
        Returns:
        string array value, empty array if value is not an array