Chrimle commented on PR #581: URL: https://github.com/apache/commons-collections/pull/581#issuecomment-2529875898
I've assessed this, and I would say that the keys should not be of type `K`. The reason, is that there is ambiguity whether all keys should of the same type or not. Regardless, I believe the better solution would allow any combination of types for the keys. Hence, if generics should be used - it wouldn't be done in this way. These changes will be reverted, and instead, all JavaDocs in `MultiKeyMap` will be assessed. @garydgregory this was just a draft. In hindsight, it could've been shared on Jira instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
