Interface InstructionIterator


  • public interface InstructionIterator
    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        void next()
      • hasPrevious

        boolean hasPrevious()
      • previous

        void previous()