public class ParameterList extends Vector<Parameter>
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
ParameterList()
Creates a new empty ParameterList.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
at(int n)
Gets the Parameter at the specified index.
|
Parameter |
getParameter(int n)
Gets the Parameter at the specified index.
|
Parameter |
getParameter(String name)
Gets the Parameter with the specified name.
|
String |
getValue(String name)
Gets the value of the Parameter with the specified name.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic Parameter at(int n)
n - the index of the parameter to retrievepublic Parameter getParameter(int n)
n - the index of the parameter to retrievepublic Parameter getParameter(String name)
name - the name of the parameter to find