Interface QueryIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      void cancel()
      Cancels the query as soon as is possible for the given iterator
      default boolean isJoinIdentity()  
      Binding nextBinding()
      Get next binding
      • Methods inherited from interface org.apache.jena.atlas.lib.Closeable

        close
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
      • Methods inherited from interface org.apache.jena.atlas.io.Printable

        output
    • Method Detail

      • nextBinding

        Binding nextBinding()
        Get next binding
      • cancel

        void cancel()
        Cancels the query as soon as is possible for the given iterator
      • isJoinIdentity

        default boolean isJoinIdentity()