I think there are interesting iterators in Commons Collections and some utility 
code in Commons Functor (unreleased) too.
HTH
Bruno

      From: Andy Seaborne <[email protected]>
 To: [email protected] 
 Sent: Wednesday, June 17, 2015 9:50 PM
 Subject: Re: [jira] [Commented] (JENA-966) LazyIterator
   
On 17/06/15 10:07, Claude Warren wrote:
> I wanted to use it in an application.  Is there a replacement?

I just found IteratorDelayedInitialization in jena-base.

What also springs to mind is looking at the iterators in Commons.  They 
added forms at your suggestion of looking at jena-core iterators.

    Andy




>
> On Wed, Jun 17, 2015 at 9:10 AM, Andy Seaborne (JIRA) <[email protected]>
> wrote:
>
>>
>>      [
>> https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589458#comment-14589458
>> ]
>>
>> Andy Seaborne commented on JENA-966:
>> ------------------------------------
>>
>> There are no uses of this class in the codebase anymore.  We can remove it.
>>
>>> LazyIterator
>>> ------------
>>>
>>>                  Key: JENA-966
>>>                  URL: https://issues.apache.org/jira/browse/JENA-966
>>>              Project: Apache Jena
>>>          Issue Type: Bug
>>>          Components: Core
>>>    Affects Versions: Jena 3.0.0
>>>            Reporter: Claude Warren
>>>            Assignee: Claude Warren
>>>
>>> LazyIterator is an abstract class.  The documentation indicates that the
>> create() method needs to be overridden to create an instance.  From this I
>> would expect that
>>> now LazyIterator(){
>>> @Override
>>> public ExtendedIterator<Model> create() {
>>>                        ...
>>> }};
>>> Would work however LazyIterator does not override:
>>> remoteNext(), andThen(), toList(), and toSet().
>>> I believe these should be implemented in the class.
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>>
>
>
>



   

Reply via email to