Nothing in your message suggested you wanted a list whose size you could modify, but sure.
On Tue, Jan 24, 2012 at 10:53 PM, Josh Berry <[email protected]> wrote: > On Tue, Jan 24, 2012 at 8:37 PM, Ricky Clarkson > <[email protected]> wrote: >> Regarding Collections.list(a, b, c, d), see Arrays.asList. > > To do what I said, you'd have to use Lists.newArrayList. > Arrays.asList is a fixed size list, no? > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
