Interface ParamValue
- All Known Implementing Classes:
DynamicValues,FixedParamValue
public interface ParamValue
-
Method Summary
-
Method Details
-
getN
get value at the specified index.- Parameters:
n- the nth value- Returns:
- the value stored at index = n
-
getIndex
max index is 2^31 - 1- Parameters:
value- the stored value- Returns:
- the index of value
-