Consider using StringBuilder: http://code.google.com/p/google-web-toolkit/issues/detail?id=945&q=string%20concat
//Adam On 27 Jan, 06:34, Fred Janon <[email protected]> wrote: > Hi, > > I have some code like this: > > String name = " " + someString + " "; > > Is there another faster way of doing that in GWT? StringBuffer, > StringBuilder? > > Thanks > > Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
