Interface ResultSetPeekable

    • Method Detail

      • peek

        QuerySolution peek()
        Peek at the next query solution
        Returns:
        Next solution if available
        Throws:
        java.util.NoSuchElementException - Thrown if attempting to peek when there are no further elements
      • peekBinding

        Binding peekBinding()
        Peek at the next binding
        Returns:
        Next binding if available
        Throws:
        java.util.NoSuchElementException - Thrown if attempting to peek when there are no further elements