|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.uch.UCHStore
public class UCHStore
Maintain the Store and provide methods to get/set information.
| Constructor Summary | |
|---|---|
UCHStore()
Default Constructor |
|
| Method Summary | |
|---|---|
Object |
getValue(String key)
Get the Value from store from the value of key. |
void |
setValue(String key,
Object value)
Set the key-value pair in store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UCHStore()
| Method Detail |
|---|
public Object getValue(String key)
getValue in interface IUCHStorekey - a String value of key
public void setValue(String key,
Object value)
setValue in interface IUCHStorekey - a String value of keyvalue - an Object of value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||