| java.util.HashMap de.danet.an.util.userprefs.UserPrefsAsMap
UserPrefsAsMap | public UserPrefsAsMap(UserPrefsService prefsService) throws RemoteException(Code) | | Default constructor.
Parameters: prefsService - UserPrefsService to be used throws: RemoteException - if a system level error occurs whileaccessing the prefsService . |
clear | public void clear()(Code) | | This Method is not supported by UserPrefsService.
|
put | public Object put(Object key, Object value)(Code) | | This Method puts the given key/value pair into the hashmap
and the UserPreferences
Parameters: key - The key to the given value Parameters: value - The value to be set the previous value of the key |
putAll | public void putAll(Map t)(Code) | | This Method adds all key/value pairs from the given Map
into the hashmap and the UserPreferences
Parameters: t - The Map to be copied |
remove | public Object remove(Object key)(Code) | | This Method is not supported by UserPrefsService
Parameters: key - key of the object to be removed Map-representation of the given UserPrefs |
|
|