himanshudixit / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

add filter() method in Lists class, as it exists in Collections2 and Sets #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If i want List type of return value, I hava to use Collections2.filter()
and Lists.newArrayList() after that.

Original issue reported on code.google.com by anightl on 16 Sep 2009 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by kevin...@gmail.com on 17 Sep 2009 at 4:50