Closed GoogleCodeExporter closed 9 years ago
This isn't exactly what you're asking for, but I wanted to make sure you know
about
Sets.difference(), which creates a view of the set-theoretic difference between
two
sets (all elements that are in A but not in B).
Original comment by kevin...@gmail.com
on 10 Jun 2009 at 3:46
Yes, I had checked that out. The only drawback is that I would have to call this
function twice
Original comment by zeitlin...@gmail.com
on 11 Jun 2009 at 7:33
For a ListDifference to be useful it would have to implement a full-on diff
algorithm.
A better first step would be for us to create just SetDifference. I'm not
totally sure
of its importance, but the need for it may grow. Keeping this open.
Original comment by kevin...@gmail.com
on 17 Sep 2009 at 5:19
Original comment by kevin...@gmail.com
on 17 Sep 2009 at 5:45
Original comment by kevin...@gmail.com
on 17 Sep 2009 at 5:57
This issue has been moved to the Guava project (keeping the same id number).
Simply replace 'google-collections' with 'guava-libraries' in your address
bar and it should take you there.
Original comment by kevinb@google.com
on 5 Jan 2010 at 11:09
Original issue reported on code.google.com by
zeitlin...@gmail.com
on 10 Jun 2009 at 7:37