net.fortytwo.sesametools.reposail
Class RepositoryStatementIteration

java.lang.Object
  extended by net.fortytwo.sesametools.reposail.RepositoryStatementIteration
All Implemented Interfaces:
info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>, info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>

public class RepositoryStatementIteration
extends Object
implements info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>

Author:
Joshua Shinavier (http://fortytwo.net).

Constructor Summary
RepositoryStatementIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.repository.RepositoryException> innerIter)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 org.openrdf.model.Statement next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryStatementIteration

public RepositoryStatementIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.repository.RepositoryException> innerIter)
Method Detail

close

public void close()
           throws org.openrdf.sail.SailException
Specified by:
close in interface info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>
Throws:
org.openrdf.sail.SailException

hasNext

public boolean hasNext()
                throws org.openrdf.sail.SailException
Specified by:
hasNext in interface info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>
Throws:
org.openrdf.sail.SailException

next

public org.openrdf.model.Statement next()
                                 throws org.openrdf.sail.SailException
Specified by:
next in interface info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>
Throws:
org.openrdf.sail.SailException

remove

public void remove()
            throws org.openrdf.sail.SailException
Specified by:
remove in interface info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.sail.SailException>
Throws:
org.openrdf.sail.SailException


Copyright © 2014. All Rights Reserved.