|
Xindice API version 1.1 |
||||||||
| 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(String key)
Return true if the map contains the
specified key. |
Object |
get(String key)
Return the value associated with the specified key. |
String[] |
keys()
Returns an array containing the keys found in the map. |
void |
put(String key,
Object value)
Set the value associated with the given key. |
| Method Detail |
public boolean containsKey(String key)
true if the map contains the
specified key.
public Object get(String key)
throws InlineMetaException
public String[] keys()
public void put(String key,
Object value)
throws InlineMetaException
|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||