You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/03 19:10:04 UTC

[jira] [Commented] (JENA-966) LazyIterator

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

ASF subversion and git services commented on JENA-966:
------------------------------------------------------

Commit 66ceff0cb1b2aaddf4477993dda60a1e32026ebf in jena's branch refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=66ceff0 ]

JENA-966: Deprecate EarlyBindingIterator and UniqueExtendedIterator


> 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
>             Fix For: Jena 3.0.0
>
>
> 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)