/[classpath]/inetlib/source/gnu/inet/smtp/ParameterList.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/smtp/ParameterList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dog, Sun Oct 19 08:51:37 2003 UTC revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC
# Line 40  public final class ParameterList Line 40  public final class ParameterList
40  {  {
41    
42    private List parameters = new ArrayList();    private List parameters = new ArrayList();
43      
44    /**    /**
45     * Returns the number of parameters in the list.     * Returns the number of parameters in the list.
46     */     */
# Line 54  public final class ParameterList Line 54  public final class ParameterList
54     */     */
55    public Parameter get(int index)    public Parameter get(int index)
56    {    {
57      return (Parameter)parameters.get(index);      return (Parameter) parameters.get(index);
58    }    }
59    
60    /**    /**
# Line 64  public final class ParameterList Line 64  public final class ParameterList
64    {    {
65      parameters.add(parameter);      parameters.add(parameter);
66    }    }
67      
68  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26