Design for collections upgrades

Rémi Forax forax at univ-mlv.fr
Sun Mar 13 15:37:35 PDT 2011


On 03/13/2011 10:42 PM, Colin Decker wrote:
> On Sun, Mar 13, 2011 at 3:39 PM, Rémi Forax <forax at univ-mlv.fr> wrote:
>> Also it's useful to note that list.subList() return a random access list
> if the list is a random access list.
>> This is not true for List.map().
> I don't see any reason List.map() couldn't return a random access list if
> the list is random access as well. Lists.transform does that, for example.
>

I mean List.filter() ...

Rémi
PS: for today s/filter/map and s/map/filter



More information about the lambda-dev mailing list