[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

2021-06-04 Thread GitBox
anantdamle edited a comment on pull request #238: URL: https://github.com/apache/commons-collections/pull/238#issuecomment-854278433 -- 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

[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

2021-06-03 Thread GitBox
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 iterators of same generic type, whereas the

[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

2021-06-03 Thread GitBox
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

[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

2021-05-28 Thread GitBox
anantdamle edited a comment on pull request #238: URL: https://github.com/apache/commons-collections/pull/238#issuecomment-850755188 thanks @XenoAmess and @kinow Fixed checkstyles issues (also checked locally using `mvn checkstyle:check`) The sytle checks & corrections can be