| Constructor | |
| Not available. Object is created by method newParamList() of class WServer. | |
| Methods | |
| int |
add(String element) Appends the specified element to the end of this list. Parameters: element - element to be appended to this list. Returns: 0 if the element is created successfully; -1 otherwise |
| String |
get(int index) Parameters: index - index of the element to return. Returns: the element at the specified position in this list |
| int |
size() Returns the number of elements in this list. |
| void |
clear() Removes all of the elements from this list. |
| Example | |
| api_WParamList.java | |