|
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.PropertyCollection
public class PropertyCollection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.adfnmc.java.util.Map |
|---|
Map.Entry |
| Field Summary | |
|---|---|
static java.lang.Class |
CLASS_INSTANCE
|
| Constructor Summary | |
|---|---|
PropertyCollection()
|
|
| 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. |
java.lang.String |
getProperty(java.lang.String key)
|
java.lang.Class |
getPropertyType(java.lang.String key)
|
boolean |
isEmpty()
Answers if this Map has no elements, a size of zero. |
Iterator |
keys()
|
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. |
void |
setAdfConfigFile(AdfConfig config)
|
void |
setAdfConfigResource(AdfConfig config)
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
|
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 |
| Field Detail |
|---|
public static final java.lang.Class CLASS_INSTANCE
| Constructor Detail |
|---|
public PropertyCollection()
| Method Detail |
|---|
public void setAdfConfigResource(AdfConfig config)
public void setAdfConfigFile(AdfConfig config)
public java.lang.Class getPropertyType(java.lang.String key)
public java.lang.String getProperty(java.lang.String key)
getProperty in interface PropertyBag
public void setProperty(java.lang.String key,
java.lang.Object value)
public Iterator keys()
keys in interface PropertyBagpublic void clear()
Map
clear in interface MapMap.isEmpty(),
Map.size()public boolean containsKey(java.lang.Object key)
Map
containsKey in interface Mapkey - the object to search for
key is a key of this Map, false otherwisepublic boolean containsValue(java.lang.Object value)
Map
containsValue in interface Mapvalue - the object to search for
value is a value of this Map, false otherwisepublic Set entrySet()
MapSet 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 MapSet of the mappingspublic java.lang.Object get(java.lang.Object key)
Map
get in interface Mapkey - the key
public boolean isEmpty()
Map
isEmpty in interface MapMap.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 Mapkey - the keyvalue - the value
public void putAll(Map map)
Map
putAll in interface Mapmap - the Map to copy mappings frompublic java.lang.Object remove(java.lang.Object key)
Map
remove in interface Mapkey - the key of the mapping to remove
public int size()
Map
size in interface Mappublic Collection values()
MapMap 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 | ||||||||