Class AbstractCloseableIteration<E,​X extends Exception>

    • Constructor Detail

      • AbstractCloseableIteration

        public AbstractCloseableIteration()
        Deprecated.
    • Method Detail

      • isClosed

        public final boolean isClosed()
        Deprecated.
        Checks whether this CloseableIteration has been closed.
        Returns:
        true if the CloseableIteration has been closed, false otherwise.
      • handleClose

        protected void handleClose()
                            throws X extends Exception
        Deprecated.
        Called by close() when it is called for the first time. This method is only called once on each iteration. By default, this method does nothing.
        Throws:
        X
        X extends Exception