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.
Version:
- 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.
|
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.
© Copyright 2003 The Free Software Foundation,
all rights reserved