Interface InstructionIterator


public interface InstructionIterator
  • Method Details

    • hasNext

      boolean hasNext()
    • next

      void next()
    • hasPrevious

      boolean hasPrevious()
    • previous

      void previous()
    • read

      void read(InstructionReader reader)