[ 
https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845129#comment-16845129
 ] 

Dennis edited comment on COLLECTIONS-699 at 5/22/19 4:49 PM:
-------------------------------------------------------------

Hello, i have implement the improvement. See here 
[https://github.com/apache/commons-collections/pull/74|https://github.com/apache/commons-collections/pull/73]


was (Author: goermann):
Hello, i have implement the improvement. See here 
[https://github.com/apache/commons-collections/pull/73]

 

To implement the improvement, i must change the dependency of _common-lang3_ 
from "test" to "compile", because i use the 
_org.apache.commons.lang3.tuple.Pair_ dto.

Is that ok? We could use a extra dto, but i think thats not the way a 
common-lib should be implemented.

> Add a PairingIterator
> ---------------------
>
>                 Key: COLLECTIONS-699
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-699
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Iterator
>    Affects Versions: 4.2
>            Reporter: David Mollitor
>            Priority: Major
>
> Currently there exists a {{ZippingIterator}}, however, I am looking for a 
> {{PairingIterator}}. A {{PairingIterator}} would accept two Iterables and for 
> each call to {{next()}} should return a {{Pair}} object containing a 
> reference to the next item in each Iterable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to