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

Claude Warren commented on JENA-393:
------------------------------------

Based on Dave's comment, the UniqueExtendedIterator will not be deprecated at 
this time.  This will allow 2.10 to release on time while we determine what 
changes should be made.  This defect is reopened in order to undeprecate the 
UniqueExcendedIterator.  No other action will be taken.

                
> Deprecate redundant iterator classes.
> -------------------------------------
>
>                 Key: JENA-393
>                 URL: https://issues.apache.org/jira/browse/JENA-393
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Jena
>    Affects Versions: Jena 2.10.0
>            Reporter: Claude Warren
>            Assignee: Claude Warren
>
> I propose that we mark the following as deprecated with the noted substitution
> ArrayIterator : Arrays.asList( x[] ).iterator();
> ConcatenatedIterator : NiceIterator.andThen()
> IteratorIterator : add a method to WrappedIterator to create an
> ExtendedIterator that does the same thing.
> UniqueExtendedIterator :  I am not sure about this one, but I think
> that it should be replaced with a UniqueFilter that can be applied to
> any ExtendedIterator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to