Claude Warren created JENA-393:
----------------------------------

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