Interface ResultIterator<E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      This method must be called on your iterator once you have finished so that any local or remote resources can be freed up.
    • Method Detail

      • close

        void close()
        This method must be called on your iterator once you have finished so that any local or remote resources can be freed up.