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 Object
key
protected Object
value

Constructor Summary

KeyValue(Object _key, Object _value)

Method Summary

Object
getKey()
Object
getValue()

Field Details

key

protected Object key


value

protected Object value

Constructor Details

KeyValue

public KeyValue(Object _key,
                Object _value)

Method Details

getKey

public Object getKey()


getValue

public Object getValue()