[ 
https://issues.apache.org/jira/browse/COLLECTIONS-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Wheeldon updated COLLECTIONS-282:
-----------------------------------------

    Attachment: rsw_iterators1.patch

Added generics support to most iterators. ArrayIterator and ArrayListIterator 
were not done due to issues with primitive type support. ObjectGraphIterator is 
also left for a further date. The generics support implemented here is 
sufficient to provide some type safety and consistent enough to pass all the 
existing test cases. It is almost certainly overly restrictive in many cases. 
The nest stage is to produce test cases showing where this is the case and make 
them work.


> Generify iterators package
> --------------------------
>
>                 Key: COLLECTIONS-282
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-282
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Iterator
>    Affects Versions: Generics
>            Reporter: Richard Wheeldon
>             Fix For: Generics
>
>         Attachments: rsw_iterators1.patch
>
>
> I'm about half way through this. Patch to follow...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to