swlnet / google-collections

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

Missing 'List filter(List unfiltered, Predicate predicate)' method in Lists utility class #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Lists utility class is missing a 'filter' method like:
List filter(List unfiltered, Predicate predicate)

Other utility classes utility classes (Collections2, Maps, Sets) do offer
'filter' method, so most likely this methods was forgotten for the Lists
utility class.

Original issue reported on code.google.com by emil.van...@logica.com on 26 Oct 2009 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by cpov...@google.com on 26 Oct 2009 at 6:01