类 DynamicValues

    • 构造器详细资料

      • DynamicValues

        public DynamicValues​(String defaultVal)
    • 方法详细资料

      • add

        public int add​(String value)
      • getN

        public String getN​(Integer n)
        从接口复制的说明: ParamValue
        get value at the specified index.
        指定者:
        getN 在接口中 ParamValue
        参数:
        n - the nth value
        返回:
        the value stored at index = n
      • getIndex

        public Integer getIndex​(String value)
        从接口复制的说明: ParamValue
        max index is 2^31 - 1
        指定者:
        getIndex 在接口中 ParamValue
        参数:
        value - the stored value
        返回:
        the index of value
      • defaultVal

        public String defaultVal()
        从接口复制的说明: ParamValue
        get default value
        指定者:
        defaultVal 在接口中 ParamValue
        返回:
        the default value stored at index = 0