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/06/04 01:45:10 UTC

[GitHub] [commons-collections] anantdamle edited a comment on pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

anantdamle edited a comment on pull request #238:
URL: https://github.com/apache/commons-collections/pull/238#issuecomment-854278433


   @garydgregory there is one big difference with ZippingIterator, ZippingIterator allows iterating over iteratordsof same generic type, whereas the proposed solution allows using two different types and hence needs a Pair equivalent class.
   Its also clearly demonstrated in the unit tests, by using Lists of two different types .


-- 
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.

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