|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ParameterList
An ParameterList is a strictly ordered and Iterable collection of Parameters.
Parameter, ParameterResolver| Method Summary | |
|---|---|
void |
add(com.tangosol.config.expression.Parameter parameter)Adds a Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList. |
boolean |
isEmpty()Determines if there are any Parameters in the ParameterList. |
int |
size()Obtains the number of Parameters in the ParameterList. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
boolean isEmpty()
Parameters in the ParameterList.true if there are Parameters, false otherwiseint size()
Parameters in the ParameterList.Parametersvoid add(com.tangosol.config.expression.Parameter parameter)
Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList.
Should a Parameter with the same name as the specified Parameter already exist in the list, the specified Parameter will replace the existing Parameter in the list.
parameter - the Parameter to add or replace
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||