public class SeqNodeIteratorImpl extends NiceIterator<RDFNode> implements NodeIterator
| Constructor and Description |
|---|
SeqNodeIteratorImpl(Iterator<Statement> iterator,
Seq seq)
Creates new SeqNodeIteratorImpl
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
default hasNext: no elements, return false.
|
RDFNode |
next()
default next: throw an exception.
|
RDFNode |
nextNode()
Return the next RDFNode of the iteration.
|
void |
remove()
default remove: we have no elements, so we can't remove any.
|
andThen, andThen, asList, asSet, close, close, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseandThen, filterDrop, filterKeep, mapWith, nextOptional, removeNext, toList, toSetforEachRemainingpublic boolean hasNext()
NiceIteratorhasNext in interface Iterator<RDFNode>hasNext in interface NodeIteratorhasNext in class NiceIterator<RDFNode>public RDFNode next()
NiceIteratornext in interface Iterator<RDFNode>next in interface NodeIteratornext in class NiceIterator<RDFNode>public RDFNode nextNode()
NodeIteratornextNode in interface NodeIteratorpublic void remove()
NiceIteratorremove in interface Iterator<RDFNode>remove in interface NodeIteratorremove in class NiceIterator<RDFNode>Licenced under the Apache License, Version 2.0