gnu.inet.nntp
Class Pair

java.lang.Object
  extended by gnu.inet.nntp.Pair

public final class Pair
extends java.lang.Object

A pair of strings associated with one another.


Method Summary
 java.lang.String getKey()
          The key.
 java.lang.String getValue()
          The value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public java.lang.String getKey()
The key.


getValue

public java.lang.String getValue()
The value.