Interface IIndexedParameters

    • Method Detail

      • set

        IIndexedParameters set​(int index,
                               Object object)
        Sets the indexed parameter on given index
        Parameters:
        index - The position of the parameter
        object - The parameter at this position
        Returns:
        this instance, for chaining
      • get

        StringValue get​(int index)
        Parameters:
        index - The position of the parameter
        Returns:
        indexed parameter on given index
      • remove

        IIndexedParameters remove​(int index)
        Removes indexed parameter on given index
        Parameters:
        index - The position of the parameter
        Returns:
        this instance, for chaining