|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.inet.smtp.ParameterList
public final class ParameterList
A list of ESMTP parameters.
Constructor Summary | |
---|---|
ParameterList()
|
Method Summary | |
---|---|
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. |
java.lang.String |
toString()
String form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParameterList()
Method Detail |
---|
public int size()
public Parameter get(int index)
public void add(Parameter parameter)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |