Interface ParamValue

All Known Implementing Classes:
DynamicValues, FixedParamValue

public interface ParamValue
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    max index is 2^31 - 1
    getN(int n)
    get value at the specified index.
  • Method Details

    • getN

      String getN(int n)
      get value at the specified index.
      Parameters:
      n - the nth value
      Returns:
      the value stored at index = n
    • getIndex

      int getIndex(String value)
      max index is 2^31 - 1
      Parameters:
      value - the stored value
      Returns:
      the index of value