|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMap
AbstractScriptableMap
BundleMap.ScriptableBundle
public class BundleMap.ScriptableBundle
Provide a Map
implementation that exposes a
BundleContext.BundleNode
object
to an expression language as a Map. Access to the values in the map is by
key and depends on the implementation of the BundleNode.
Method Summary | |
---|---|
boolean |
containsKey(Object key)
|
Set |
entrySet()
|
Object |
get(Object name)
|
Methods inherited from class AbstractMap |
---|
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
public Object get(Object name)
get
in interface Map
get
in class AbstractMap
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class AbstractMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |