Package net.imglib2

Interface Iterator

    • Method Detail

      • jumpFwd

        default void jumpFwd​(long steps)
        Move steps × forward.

        Highly recommended to override this with a more efficient version.

        Parameters:
        steps - number of steps to move forward
      • fwd

        void fwd()
        Move forward.
      • reset

        void reset()
        Reset the Iterator, that is put it to where it would be if newly created.
      • hasNext

        boolean hasNext()
        Returns true if another step forward is possible.
        Returns:
        true, if there is another step forward is possible, otherwise false