com.p6spy.engine.common

Class KeyValue

public class KeyValue extends Object

Description: Utility classes $Author: jeffgoke $ $Revision: 1.1 $ $Date: 2002/10/06 18:21:19 $ $Id: KeyValue.java,v 1.1 2002/10/06 18:21:19 jeffgoke Exp $ $Log: KeyValue.java,v $ Revision 1.1 2002/10/06 18:21:19 jeffgoke no message
Field Summary
protected Objectkey
protected Objectvalue
Constructor Summary
KeyValue(Object _key, Object _value)
Method Summary
ObjectgetKey()
ObjectgetValue()

Field Detail

key

protected Object key

value

protected Object value

Constructor Detail

KeyValue

public KeyValue(Object _key, Object _value)

Method Detail

getKey

public Object getKey()

getValue

public Object getValue()