com.p6spy.engine.common
Class KeyValue

java.lang.Object
  extended bycom.p6spy.engine.common.KeyValue

public class KeyValue
extends Object


Field Summary
protected  Object key
           
protected  Object value
           
 
Constructor Summary
KeyValue(Object _key, Object _value)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected Object key

value

protected Object value
Constructor Detail

KeyValue

public KeyValue(Object _key,
                Object _value)
Method Detail

getValue

public Object getValue()

getKey

public Object getKey()