ConvertingClosableIterator
instead. It can do the
same and is also closable.@Deprecated public class ObjectResultIterator<T> extends Object implements Iterator<T>
RDFReactorRuntime
) can be
extracted from the Iterator.Constructor and Description |
---|
ObjectResultIterator(Model model,
Iterator<Node> it,
Class<T> returnType)
Deprecated.
Constructor for the wrapper around an Iterator over URI or BlankNode or
Literal triple objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Deprecated.
|
T |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ObjectResultIterator(Model model, Iterator<Node> it, Class<T> returnType)
model
- - the underlying RDF2Go modelit
- - Iterator over StatementsreturnType
- - the desired Java return type for extracting objects
from the IteratorCopyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.