|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.core.meta.inline.NullReader.NullMap
A VERY simple and efficient InlineMetaMap implementation that holds precisely nothing.
| Constructor Summary | |
NullReader.NullMap()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullReader.NullMap()
| Method Detail |
public boolean containsKey(String key)
InlineMetaMaptrue if the map contains the
specified key.
containsKey in interface InlineMetaMapInlineMetaMap.containsKey(String)
public Object get(String key)
throws InlineMetaException
InlineMetaMap
get in interface InlineMetaMapInlineMetaExceptionInlineMetaMap.get(String)public String[] keys()
InlineMetaMap
keys in interface InlineMetaMapInlineMetaMap.keys()
public void put(String key,
Object value)
throws InlineMetaException
InlineMetaMap
put in interface InlineMetaMapInlineMetaExceptionInlineMetaMap.put(String,Object)
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||