[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-06-04 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r645116336 ## File path: src/main/java/org/apache/commons/collections4/IterableUtils.java ## @@ -554,6 +555,34 @@ }; } +/** +

[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-06-03 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r645116336 ## File path: src/main/java/org/apache/commons/collections4/IterableUtils.java ## @@ -554,6 +555,34 @@ }; } +/** +

[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-06-01 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r643425608 ## File path: src/main/java/org/apache/commons/collections4/iterators/PairedIterator.java ## @@ -0,0 +1,171 @@ +/* + * Licensed to the

[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640134632 ## File path: src/main/java/org/apache/commons/collections4/iterators/ZippedTupleIterator.java ## @@ -0,0 +1,176 @@ +/* + * Licensed to

[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640040301 ## File path: src/main/java/org/apache/commons/collections4/iterators/ZippedTupleIterator.java ## @@ -0,0 +1,176 @@ +/* + * Licensed to