|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.web.Query.RequestPropertiesDictionary
public final class Query.RequestPropertiesDictionary
Request properties dictionary implementation.
Constructor Summary | |
---|---|
Query.RequestPropertiesDictionary()
|
Method Summary | |
---|---|
boolean |
containsKey(java.lang.String key)
Tests the existence of a key in the dictionary. |
java.lang.String |
get(java.lang.String key)
Retrieves the value for the given key. |
boolean |
isEmpty()
Tests the emptiness of the dictionary. |
java.util.Iterator<java.lang.String> |
iterator()
|
java.lang.String |
put(java.lang.String key,
java.lang.String value)
Sets the value of the given key, creating a new entry or replacing the existing value. |
java.lang.String |
remove(java.lang.String key)
Removes a key/value pair from the map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Query.RequestPropertiesDictionary()
Method Detail |
---|
public java.lang.String get(java.lang.String key)
Dictionary
get
in interface Dictionary<java.lang.String,java.lang.String>
key
- The key whose value is to be returned.
public java.lang.String put(java.lang.String key, java.lang.String value)
Dictionary
put
in interface Dictionary<java.lang.String,java.lang.String>
key
- The key whose value is to be set.value
- The value to be associated with the given key.public java.lang.String remove(java.lang.String key)
Dictionary
remove
in interface Dictionary<java.lang.String,java.lang.String>
key
- The key whose mapping is to be removed.
public boolean containsKey(java.lang.String key)
Dictionary
containsKey
in interface Dictionary<java.lang.String,java.lang.String>
key
- The key whose presence in the dictionary is to be tested.
public boolean isEmpty()
Dictionary
isEmpty
in interface Dictionary<java.lang.String,java.lang.String>
public java.util.Iterator<java.lang.String> iterator()
iterator
in interface java.lang.Iterable<java.lang.String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |