A big omission in java.util is that ResourceBundle does not implement Map (nor any of
the Java2 Collections interfaces).
May I suggest that someone adds a new constructor to ExtendedProperties that takes a
ResourceBundle instance and copies
its mapped data. This would make it easy to write code initialised from resources
(hence benefitting from the
classloader's inherent features) and would also provide the exntended features of
ExtendedProperties.
I'll volunteer to implement this if others think it is worthwhile.
Rick