143144145146147148149
* * @return a Dictionary that uses this ServerPreferences object as the underlying backing store */ public Dictionary<String, String> wrapAsDictionary() { return new PreferencesDictionary( this ); }