On Wed, Nov 11, 2009 at 9:37 AM, Reinier Zwitserloot < reinier at zwitserloot.com> wrote: > Josh: I'm a bit meh on your suggestion. Is that really so much of an > improvement over: > > for (char c : "someString".toCharArray())? Yes. I would never use your suggestion because it results in an extra array copy. Bob