Andrei Ivanov (JIRA)
2018-12-05 13:25:00 UTC
Andrei Ivanov created COLLECTIONS-708:
-----------------------------------------
Summary: Create CollectionUtils.hashCode using Equator
Key: COLLECTIONS-708
URL: https://issues.apache.org/jira/browse/COLLECTIONS-708
Project: Commons Collections
Issue Type: Improvement
Components: Collection
Affects Versions: 4.2
Reporter: Andrei Ivanov
Hello,
After discovering {{CollectionUtils#isEqualCollection}} that uses an {{Equator}}, I've started to implement {{Equator}} s for my classes, only to discover that I can't generate hashCodes for the collections that hold these classes using {{Equator#hash}}.
I hope something like {{CollectionUtils#hashCode(Collection, Equator)}} can be implemented.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
-----------------------------------------
Summary: Create CollectionUtils.hashCode using Equator
Key: COLLECTIONS-708
URL: https://issues.apache.org/jira/browse/COLLECTIONS-708
Project: Commons Collections
Issue Type: Improvement
Components: Collection
Affects Versions: 4.2
Reporter: Andrei Ivanov
Hello,
After discovering {{CollectionUtils#isEqualCollection}} that uses an {{Equator}}, I've started to implement {{Equator}} s for my classes, only to discover that I can't generate hashCodes for the collections that hold these classes using {{Equator#hash}}.
I hope something like {{CollectionUtils#hashCode(Collection, Equator)}} can be implemented.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)