Posted on Dec 15, 2009 by
Grumpy Bear
the collection returned by Collections2.filter does not implement equals
Comment #1
Posted on Dec 15, 2009 by Happy WombatWhat is your specific suggestion? AFAIK, there is no reasonable way to implement equals on it. Note that none of Collections.unmodifiableCollection(), AbstractCollection, etc. in the JDK implement equals() either.
Status: Invalid