131132133134135136137
* * @return a Dictionary that uses this ServerPreferences object as the underlying backing store */ public Dictionary wrapAsDictionary() { return new PreferencesDictionary( this ); }
165166167168169170171