Class SingleCloseablePlanNode.SingleCloseableIteration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes this iteration, freeing any resources that it is holding.
      boolean hasNext()
      Returns true if the iteration has more elements.
      ValidationTuple next()
      Returns the next element in the iteration.
      void remove()
      Removes from the underlying collection the last element returned by the iteration (optional operation).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait