|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The inline meta data is a collection of name-value pairs.
Method Summary | |
boolean |
containsKey(java.lang.String key)
Return true if the map contains the
specified key. |
java.lang.Object |
get(java.lang.String key)
Return the value associated with the specified key. |
java.lang.String[] |
keys()
Returns an array containing the keys found in the map. |
void |
put(java.lang.String key,
java.lang.Object value)
Set the value associated with the given key. |
Method Detail |
public boolean containsKey(java.lang.String key)
true
if the map contains the
specified key.public java.lang.Object get(java.lang.String key) throws InlineMetaException
public java.lang.String[] keys()
public void put(java.lang.String key, java.lang.Object value) throws InlineMetaException
|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |