gnu.inet.nntp

Class Pair


public final class Pair
extends java.lang.Object

A pair of strings associated with one another.

Method Summary

String
getKey()
The key.
String
getValue()
The value.

Method Details

getKey

public String getKey()
The key.

getValue

public String getValue()
The value.