|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can be used to extend a User Profile so that you can place arbitrary name/value pairs into the User Profile. This function is similar to the use of the java.util.Dictionary class in the base JDK 1.x or any of the classes which extend it.
Method Summary | |
---|---|
java.lang.Object |
getValue(java.lang.String name)
Returns the value to which specified key is mapped |
void |
putValue(java.lang.String name,
java.lang.Object value)
Maps the specified key to the specified value in the hashtable |
void |
removeValue(java.lang.String name)
Removes the key and its corresponding value from the hashtable. |
Method Detail |
public java.lang.Object getValue(java.lang.String name)
name
- - key in the hashtable
public void putValue(java.lang.String name, java.lang.Object value)
name
- - key in the hashtablevalue
- - the valuepublic void removeValue(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |