You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/10/12 14:16:00 UTC

[jira] [Created] (COLLECTIONS-699) Add a PairingIterator

BELUGA BEHR created COLLECTIONS-699:
---------------------------------------

             Summary: 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: BELUGA BEHR


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)