Package net.imglib2

Interface Iterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void fwd()
      Move forward.
      boolean hasNext()
      Returns true if another step forward is possible.
      void jumpFwd​(long steps)
      Move steps × forward.
      void reset()
      Reset the Iterator, that is put it to where it would be if newly created.
    • Method Detail

      • jumpFwd

        void jumpFwd​(long steps)
        Move steps × forward.
        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