|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjava.util.AbstractMap<K,V>
java.util.HashMap
oracle.adf.model.datacontrols.device.Preferences
public class Preferences
Embedded Java side for preferences.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
Preferences()
Default constructor |
|
Preferences(String branchName)
Preference group for a given branch |
Method Summary | |
---|---|
Object |
get(Object key)
|
Object |
put(Object key,
Object value)
|
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public Preferences()
public Preferences(String branchName)
branchName
- for the branchMethod Detail |
---|
public Object get(Object key)
get
in interface java.util.Map
get
in class java.util.HashMap
Map
public Object put(Object key, Object value)
put
in interface java.util.Map
put
in class java.util.HashMap
Map
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |