|
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 | |||||||
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() |
void |
readExternal(java.io.DataInput in)Restore the contents of this object by loading the object's state from the passed DataInput object. |
void |
readExternal(PofReader reader)Restore the contents of a user type instance by reading its state using the specified PofReader object. |
int |
size()Obtains the number of Parameters in the ParameterList. |
void |
writeExternal(java.io.DataOutput out)Save the contents of this object by storing the object's state into the passed DataOutput object. |
void |
writeExternal(PofWriter writer)Save the contents of a POF user type instance by writing its state using the specified PofWriter object. |
| 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
public void readExternal(java.io.DataInput in)
throws java.io.IOException
readExternal in interface ExternalizableLitein - the DataInput stream to read data from in order to restore the state of this objectjava.io.IOException - if an I/O exception occursjava.io.NotActiveException - if the object is not in its initial state, and therefore cannot be deserialized into
public void writeExternal(java.io.DataOutput out)
throws java.io.IOException
writeExternal in interface ExternalizableLiteout - the DataOutput stream to write the state of this object tojava.io.IOException - if an I/O exception occurs
public void readExternal(PofReader reader)
throws java.io.IOException
readExternal in interface PortableObjectreader - the PofReader from which to read the object's statejava.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter writer)
throws java.io.IOException
writeExternal in interface PortableObjectwriter - the PofWriter to which to write the object's statejava.io.IOException - if an I/O error occurs
|
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 | |||||||