| AbstractPersistentCollection.SetProxy implements java.util.Set interface, but does not define equals(), so this set cannot be properly compared. Example: I have a persistent Map, and invoke keySet() twice, each invocation returns new instance of SetProxy. If I perform equals() for these two sets after it, I have false. |