New method in ListUtils to create a new List populated with var-args elements
-----------------------------------------------------------------------------
Key: COLLECTIONS-368
URL: https://issues.apache.org/jira/browse/COLLECTIONS-368
Project: Commons Collections
Issue Type: New Feature
Components: List
Reporter: Henrik Segesten
Priority: Minor
Attachments: addcreatelist.patch
Sometimes it is very useful to be able to create new and populate List objects
in the same way that can be done with arrays by using the braces
initialisation. My patch is an implementation of this for ListUtils with
corresponding unit tests. Hoping for inclusion as soon as possible. Any
comments are welcome.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.