On Aug 26, 11:37 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > On Aug 26, 11:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >http://code.google.com/p/google-web-toolkit/source/detail?r=3061 > > Thanks for the quick reply. I guess I'd rather see compilation errors, > but why not just implement the code, I wonder? It seems like it's a > simple function, which would be better implemented in one place (the > Collections emulation), than in the client code of each user. It's no > big deal; now that I know, I'll implement it myself. But still... is > this just a symptom of getting to crunch time with some code > incomplete?
It's not that simple. The returned sublist is backed by the returning list. Any change to the sublist also changes the parent list. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
