Class DynamicValues
java.lang.Object
org.apache.dubbo.common.url.component.param.DynamicValues
- All Implemented Interfaces:
ParamValue
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DynamicValues
-
-
Method Details
-
add
-
getN
Description copied from interface:ParamValueget value at the specified index.- Specified by:
getNin interfaceParamValue- Parameters:
n- the nth value- Returns:
- the value stored at index = n
-
getIndex
Description copied from interface:ParamValuemax index is 2^31 - 1- Specified by:
getIndexin interfaceParamValue- Parameters:
value- the stored value- Returns:
- the index of value
-