|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.AdfBundle.ResourceBundleMapAdapter
public static final class AdfBundle.ResourceBundleMapAdapter
Simple adapter class to expose a ResourceBundle through the Map interface. Necessary to resolve ResourceBundle based EL expressions via JUEL SEMapELResolver.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.adfnmc.java.util.Map |
---|
Map.Entry |
Constructor Summary | |
---|---|
AdfBundle.ResourceBundleMapAdapter(ResourceBundle bundle)
|
Method Summary | |
---|---|
void |
clear()
Removes all elements from this Map, leaving it empty. |
boolean |
containsKey(java.lang.Object key)
Searches this Map for the specified key. |
boolean |
containsValue(java.lang.Object value)
Searches this Map for the specified value. |
Set |
entrySet()
Returns a Set whose elements comprise all of the mappings that are to be found in this
Map . |
java.lang.Object |
get(java.lang.Object key)
Answers the value of the mapping with the specified key. |
boolean |
isEmpty()
Answers if this Map has no elements, a size of zero. |
Set |
keySet()
Answers a Set of the keys contained in this Map. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Maps the specified key to the specified value. |
void |
putAll(Map map)
Copies every mapping in the specified Map to this Map. |
java.lang.Object |
remove(java.lang.Object key)
Removes a mapping with the specified key from this Map. |
int |
size()
Answers the number of elements in this Map. |
Collection |
values()
Returns all of the current Map values in a Collection . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.adfnmc.java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public AdfBundle.ResourceBundleMapAdapter(ResourceBundle bundle)
Method Detail |
---|
public void clear()
Map
clear
in interface Map
Map.isEmpty()
,
Map.size()
public boolean containsKey(java.lang.Object key)
Map
containsKey
in interface Map
key
- the object to search for
key
is a key of this Map, false otherwisepublic boolean containsValue(java.lang.Object value)
Map
containsValue
in interface Map
value
- the object to search for
value
is a value of this Map, false otherwisepublic Set entrySet()
Map
Set
whose elements comprise all of the mappings that are to be found in this
Map
. Information on each of the mappings is encapsulated in a separate Map.Entry
instance. As
the Set
is backed by this Map
, users should be aware that changes in one will be
immediately visible in the other.
entrySet
in interface Map
Set
of the mappingspublic java.lang.Object get(java.lang.Object key)
Map
get
in interface Map
key
- the key
public boolean isEmpty()
Map
isEmpty
in interface Map
Map.size()
public Set keySet()
Map
keySet
in interface Map
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
Map
put
in interface Map
key
- the keyvalue
- the value
public void putAll(Map map)
Map
putAll
in interface Map
map
- the Map to copy mappings frompublic java.lang.Object remove(java.lang.Object key)
Map
remove
in interface Map
key
- the key of the mapping to remove
public int size()
Map
size
in interface Map
public Collection values()
Map
Map
values in a Collection
. As the returned
Collection
is backed by this Map
, users should be aware that changes in one will be
immediately visible in the other.
values
in interface Map
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |