[
https://issues.apache.org/jira/browse/COLLECTIONS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed COLLECTIONS-289.
-------------------------------------
Resolution: Fixed
Nice patch.
svn ci -m "Applying Fredrik Kjellberg's patch that adds getIteratorIndex() as
per COLLECTIONS-289" src
Sending
src/java/org/apache/commons/collections/iterators/CollatingIterator.java
Sending
src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java
Transmitting file data ..
Committed revision 638693.
> Add new method getIteratorIndex() to CollatingIterator
> ------------------------------------------------------
>
> Key: COLLECTIONS-289
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-289
> Project: Commons Collections
> Issue Type: Improvement
> Components: Iterator
> Affects Versions: 3.3
> Reporter: Fredrik Kjellberg
> Priority: Minor
> Fix For: 3.3
>
> Attachments: getIteratorIndex.patch
>
>
> I'm using the CollatingIterator in a project where I need to know from which
> iterator the last
> element was returned.
> This patch adds one new method:
> public int getIteratorIndex()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.