Export to GitHub

google-collections - issue #309

equals is not implemented for Collections2.filter


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 Wombat

What 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