|
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 Parameter s in the ParameterList . |
java.util.Iterator |
iterator() |
int |
size() Obtains the number of Parameter s 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 Parameter
s should be drawnMethod 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 ParameterList
parameter
- the Parameter
to add or replacepublic boolean isEmpty()
Parameter
s in the ParameterList
.isEmpty
in interface ParameterList
true
if there are Parameter
s, false
otherwisepublic int size()
Parameter
s in the ParameterList
.size
in interface ParameterList
Parameter
spublic java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
public 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 |