Closed GoogleCodeExporter closed 9 years ago
Oh - 1.0.0.rc1
Original comment by step...@kestle.homeip.net
on 3 Jun 2009 at 10:51
...also, wrapping it in a new collection increases my line length by around 30
chars
by the time I put generics in - not nice :(
Original comment by step...@kestle.homeip.net
on 3 Jun 2009 at 10:52
We have always viewed passing the result of transform() to a copy method like
ImmutableList.copyOf() or Lists.newArrayList() as a perfectly fine solution.
Our
APIs are meant to give you the building blocks to do many things, but we don't
promise that it will always come out terse.
I understand your point about "transformedView", and we once did consider
adding this
suffix, which would have meant changing a very large number of methods
throughout our
API. We didn't like the results, and decided against it.
Original comment by kevin...@gmail.com
on 3 Jun 2009 at 11:05
Original issue reported on code.google.com by
step...@kestle.homeip.net
on 3 Jun 2009 at 10:51