JR Boyens
unread,Apr 8, 2008, 5:15:02 PM4/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Collections Library - users list
I'd like to suggest the addition of:
<T> Predicate<T> Predicates.greaterThan(T target, Comparator<T>
comparator)
<T> Predicate<T> Predicates.lessThan(T target, Comparator<T>
comparator)
or something along those lines (probably also minus the Comparator<T>
for targets that implement Comparable<T>).
I've used these regularly lately, and thought they may be a good add.
Thanks for a great library,
--
JR Boyens