|
Xindice API version 1.1b4 |
|||||||||
| 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(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. |
| 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(java.lang.String key)
InlineMetaMaptrue if the map contains the
specified key.
containsKey in interface InlineMetaMapInlineMetaMap.containsKey(String)
public java.lang.Object get(java.lang.String key)
throws InlineMetaException
InlineMetaMap
get in interface InlineMetaMapInlineMetaExceptionInlineMetaMap.get(String)public java.lang.String[] keys()
InlineMetaMap
keys in interface InlineMetaMapInlineMetaMap.keys()
public void put(java.lang.String key,
java.lang.Object value)
throws InlineMetaException
InlineMetaMap
put in interface InlineMetaMapInlineMetaExceptionInlineMetaMap.put(String,Object)
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||