Hi, On Mon, May 4, 2009 at 5:14 PM, Manfred Baedke <[email protected]> wrote: > Thanks to the Varargs feature it is possible to use > > List<String> abc = Arrays.asList("a", "b", "c");
Brilliant, thanks! Most of the initialized lists I need are immutable, so for that purpose this method is perfect. BR, Jukka Zitting
