|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.2) E26043-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.config.SimpleParameterList
public class SimpleParameterList
A SimpleParameterList is a simple implementation of ParameterList.
| Constructor Summary | |
|---|---|
SimpleParameterList()Constructs an empty SimpleParameterList. |
|
SimpleParameterList(java.lang.Object[] aObjects)Constructs a SimpleParameterList based on the specified array of objects, each object becoming it's own Parameter in the resulting list. |
|
SimpleParameterList(ParameterList listParameters)Constructs a SimpleParameterList based on a ParameterList. |
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object o)Adds the specified object to the end of the ParameterList as an anonymous Parameter. |
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. |
java.util.Iterator |
iterator() |
int |
size()Obtains the number of Parameters in the ParameterList. |
| Constructor Detail |
|---|
public SimpleParameterList()
SimpleParameterList.public SimpleParameterList(java.lang.Object[] aObjects)
SimpleParameterList based on the specified array of objects, each object becoming it's own Parameter in the resulting list.
aObjects - the objects to be considered as parameterspublic SimpleParameterList(ParameterList listParameters)
SimpleParameterList based on a ParameterList.
listParameters - the ParameterList from which Parameters should be drawn| Method Detail |
|---|
public void 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.
add in interface ParameterListparameter - the Parameter to add or replacepublic boolean isEmpty()
Parameters in the ParameterList.isEmpty in interface ParameterListtrue if there are Parameters, false otherwisepublic int size()
Parameters in the ParameterList.size in interface ParameterListParameterspublic java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic void add(java.lang.Object o)
ParameterList as an anonymous Parameter.o - the object to add as a Parameter
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.2) E26043-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||