You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/07/28 06:48:55 UTC

[GitHub] [commons-collections] hasandiwan opened a new pull request #244: Adds functionality to build a java Map from collections of keys and values

hasandiwan opened a new pull request #244:
URL: https://github.com/apache/commons-collections/pull/244


   


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-collections] garydgregory commented on pull request #244: Adds functionality to build a java Map from collections of keys and values

Posted by GitBox <gi...@apache.org>.
garydgregory commented on pull request #244:
URL: https://github.com/apache/commons-collections/pull/244#issuecomment-888225038


   -1 code does not even compile. 


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-collections] LarsBodewig commented on pull request #244: Adds functionality to build a java Map from collections of keys and values

Posted by GitBox <gi...@apache.org>.
LarsBodewig commented on pull request #244:
URL: https://github.com/apache/commons-collections/pull/244#issuecomment-997131034


   Additionally:
   1. How do the `keys` and `values` correspond with each other if the keys are an unsorted `Set`?
   2. If `indexOf` existed, how should `values.indexOf(k)` return a value different from `k`?


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org