public abstract class AbstractParameterCollection extends AbstractCollection<KeyValuePair<ParameterValue>>
Modifier and Type | Field and Description |
---|---|
protected List<KeyValuePair<ParameterValue>> |
rawCollection
the rawColletion contains the KeyValuePairS, this may be set a value by
the subclass or it is given a value on invocation of the size() and
getParameter* methods of this class.
|
Constructor and Description |
---|
AbstractParameterCollection() |
Modifier and Type | Method and Description |
---|---|
String[] |
getParameterNames() |
ParameterValue[] |
getParameteValues(String parameterName) |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
protected List<KeyValuePair<ParameterValue>> rawCollection
public String[] getParameterNames()
public ParameterValue[] getParameteValues(String parameterName)
public int size()
size
in interface Collection<KeyValuePair<ParameterValue>>
size
in class AbstractCollection<KeyValuePair<ParameterValue>>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.