net.sf.jomic.tools
Class KeyValuePair

java.lang.Object
  extended by net.sf.jomic.tools.KeyValuePair

public class KeyValuePair
extends java.lang.Object

Simple key and value pair.

Author:
Thomas Aglassinger

Constructor Summary
KeyValuePair(java.lang.Object newKey, java.lang.Object newValue)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair(java.lang.Object newKey,
                    java.lang.Object newValue)
Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()