ListBuffer has constant time append and prepend methods, as well as constant time toList. (Except after using toList, the next append/prepend will take some work.)
--j On Tue, Dec 9, 2008 at 2:09 PM, Marius <[EMAIL PROTECTED]> wrote: > > Sounds good. I'll look into it > > > On Dec 9, 10:01 pm, "David Pollak" <[EMAIL PROTECTED]> > wrote: > > And we should freeze the lists after Boot is finished. The permutation > > methods should throw exceptions post-boot > > > > On Dec 9, 2008 11:39 AM, "Jorge Ortiz" <[EMAIL PROTECTED]> wrote: > > > > Seems like prime opportunity for an abstraction... > > > > Why not make them (*gasp*) mutable data structures with prepend/append > > methods? > > > > --j > > > > On Tue, Dec 9, 2008 at 1:35 PM, Marius <[EMAIL PROTECTED]> wrote: > > > > > > Hi. > > Unfortunatel... > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
