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
Original issue reported on code.google.com by
emil.van...@logica.com
on 26 Oct 2009 at 5:58