接口 ParamValue

    • 方法详细资料

      • getN

        String getN​(int n)
        get value at the specified index.
        参数:
        n - the nth value
        返回:
        the value stored at index = n
      • getIndex

        int getIndex​(String value)
        max index is 2^31 - 1
        参数:
        value - the stored value
        返回:
        the index of value