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