Closed GoogleCodeExporter closed 9 years ago
This seems reasonable to me.
Much more low priority, but if we add these methods, I wonder if it's worth
having corresponding methods that take a reference and a Comparator. Seems
like it may be useful for working with library code that you can't modify.
Original comment by boppenh...@google.com
on 23 Sep 2010 at 4:16
I agree, I was going to suggest the same thing.
Original comment by SeanPFl...@googlemail.com
on 23 Sep 2010 at 4:50
The way we'll address the main (Comparable) case is that our Range class will
implement Predicate. Ranges will support the four kinds of single-ended Ranges
you list above, as well as the four kinds of double-ended Ranges and the
"everything" range!
Original comment by kevinb@google.com
on 17 Dec 2010 at 6:31
nice, thanks for the info!
Original comment by SeanPFl...@googlemail.com
on 17 Dec 2010 at 8:33
Original comment by kevinb@google.com
on 27 Jan 2011 at 6:17
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:15
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:09
Original issue reported on code.google.com by
SeanPFl...@googlemail.com
on 21 Sep 2010 at 3:33Attachments: