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
String | getKey() - Returns the key part of this pair.
|
List | getValue() - Returns the value part of this pair.
|
String | toString()
|
getKey
public String getKey()
Returns the key part of this pair.
getValue
public List getValue()
Returns the value part of this pair.
toString
public String toString()
© Copyright 2003 The Free Software Foundation,
all rights reserved