net.fortytwo.sesametools.reposail
Class RepositoryNamespaceIteration
java.lang.Object
net.fortytwo.sesametools.reposail.RepositoryNamespaceIteration
- All Implemented Interfaces:
- info.aduna.iteration.CloseableIteration<org.openrdf.model.Namespace,org.openrdf.sail.SailException>, info.aduna.iteration.Iteration<org.openrdf.model.Namespace,org.openrdf.sail.SailException>
public class RepositoryNamespaceIteration
- extends Object
- implements info.aduna.iteration.CloseableIteration<org.openrdf.model.Namespace,org.openrdf.sail.SailException>
- Author:
- Joshua Shinavier (http://fortytwo.net).
|
Constructor Summary |
RepositoryNamespaceIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Namespace,org.openrdf.repository.RepositoryException> innerIter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryNamespaceIteration
public RepositoryNamespaceIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Namespace,org.openrdf.repository.RepositoryException> innerIter)
close
public void close()
throws org.openrdf.sail.SailException
- Specified by:
close in interface info.aduna.iteration.CloseableIteration<org.openrdf.model.Namespace,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.Namespace,org.openrdf.sail.SailException>
- Throws:
org.openrdf.sail.SailException
next
public org.openrdf.model.Namespace next()
throws org.openrdf.sail.SailException
- Specified by:
next in interface info.aduna.iteration.Iteration<org.openrdf.model.Namespace,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.Namespace,org.openrdf.sail.SailException>
- Throws:
org.openrdf.sail.SailException
Copyright © 2014. All Rights Reserved.