/[classpath]/inetlib/source/gnu/inet/imap/Pair.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/imap/Pair.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 42  public final class Pair Line 42  public final class Pair
42    private String key;    private String key;
43    private List value;    private List value;
44    
45    Pair(String key, List value)      Pair(String key, List value)
46    {    {
47      this.key = key;      this.key = key;
48      this.value = value;      this.value = value;
49    }    }
50      
51          /**          /**
52           * Returns the key part of this pair.           * Returns the key part of this pair.
53           */           */
54    public String getKey()    public String getKey()
# Line 56  public final class Pair Line 56  public final class Pair
56      return key;      return key;
57    }    }
58    
59          /**          /**
60           * Returns the value part of this pair.           * Returns the value part of this pair.
61           */           */
62    public List getValue()    public List getValue()

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