Interface UResource.Array

    • Method Detail

      • getSize

        int getSize()
        Returns:
        The number of items in the array resource.
      • getValue

        boolean getValue​(int i,
                         UResource.Value value)
        Parameters:
        i - Array item index.
        value - Output-only, receives the value of the i'th item.
        Returns:
        true if i is non-negative and less than getSize().