Class SeqNodeIteratorImpl

    • Constructor Detail

      • SeqNodeIteratorImpl

        public SeqNodeIteratorImpl​(java.util.Iterator<Statement> iterator,
                                   Seq seq)
        Creates new SeqNodeIteratorImpl
    • Method Detail

      • hasNext

        public boolean hasNext()
        Description copied from class: NiceIterator
        default hasNext: no elements, return false.
        Specified by:
        hasNext in interface java.util.Iterator<RDFNode>
        Specified by:
        hasNext in interface NodeIterator
        Overrides:
        hasNext in class NiceIterator<RDFNode>
        Returns:
        true if and only if there are more values available from the iteration.
      • nextNode

        public RDFNode nextNode()
        Description copied from interface: NodeIterator
        Return the next RDFNode of the iteration.
        Specified by:
        nextNode in interface NodeIterator
        Returns:
        The next RDFNode from the iteration.