Name: bb33257 Date: 01/09/98
The LocaleElements classes currently descend from a hacked-up
class called LocaleData, which descends straight from
ResourceBundle. This is bad because it's inconsistent with
everything else, because there are several hacks in LocaleData
to return data in an appropriate format, and because there's no
way for LocaleElements classes to inherit resources from other
LocaleElements classes. LocaleElements should be changed to
descend from ListResourceBundle.
======================================================================