I've filtered collections using this library on the server side before: http://guava-libraries.googlecode.com/svn/trunk/javadoc/com/google/common/collect/Collections2.html#filter%28java.util.Collection,%20com.google.common.base.Predicate%29
I don't know if it works on Android, however. -Lance On Jul 11, 12:05 pm, gpasq <[email protected]> wrote: > Anyone know of any libs for Collections that are similar to iOS > NSPredicate? The NSPredicate classes allow you to specify SQL-like > filtering rules which can be applied to collections of object, other > collections, etc., to retrieve filtered results. > > Thanks in advance! > > -Regards > Greg Pasquariello -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

