pkt1583 / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

equals is not implemented for Collections2.filter #309

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the collection returned by Collections2.filter does not implement equals

Original issue reported on code.google.com by zeitlin...@gmail.com on 15 Dec 2009 at 1:37

GoogleCodeExporter commented 9 years ago
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.

Original comment by kevinb@google.com on 15 Dec 2009 at 4:40