|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.p6spy.engine.common.KeyValue
public class KeyValue
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 |
---|
protected Object key
protected Object value
Constructor Detail |
---|
public KeyValue(Object _key, Object _value)
Method Detail |
---|
public Object getValue()
public Object getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |