gnu.inet.imap
Class Pair
public final class Pair
extends java.lang.Object
Implementation of a key-value pair.
The key is always a String, and the value must be a List.
Version:
- Chris Burdess
java.lang.String | getKey() - Returns the key part of this pair.
|
java.util.List | getValue() - Returns the value part of this pair.
|
java.lang.String | toString()
|
getKey
public java.lang.String getKey()
Returns the key part of this pair.
getValue
public java.util.List getValue()
Returns the value part of this pair.
toString
public java.lang.String toString()
© Copyright 2003 The Free Software Foundation,
all rights reserved