What is the motivation for the inner class Container in AbstractConfiguration ? Why not using a List directly instead ? I guess the value is the asList() method performing a copy of the internal List, but I believe returning the internal List would be better actually, it should be up to the user to decide to copy the list and work on it without affecting the configuration.

What do you think ?

Emmanuel Bourg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to