gnu.inet.smtp
Class ParameterList
java.lang.Object
gnu.inet.smtp.ParameterList
public final class ParameterList
extends java.lang.Object
A list of ESMTP parameters.
- Chris Burdess
void | add(Parameter parameter) - Adds a new parameter to the list.
|
Parameter | get(int index) - Returns the parameter at the specified index.
|
int | size() - Returns the number of parameters in the list.
|
String | toString() - String form.
|
add
public void add(Parameter parameter)
Adds a new parameter to the list.
get
public Parameter get(int index)
Returns the parameter at the specified index.
size
public int size()
Returns the number of parameters in the list.
toString
public String toString()
String form.
© Copyright 2003 The Free Software Foundation,
all rights reserved