Class SVNDiffWindow.InstructionsIterator

java.lang.Object
org.tmatesoft.svn.core.io.diff.SVNDiffWindow.InstructionsIterator
All Implemented Interfaces:
Iterator
Enclosing class:
SVNDiffWindow

private class SVNDiffWindow.InstructionsIterator extends Object implements Iterator
  • Field Details

    • myNextInsruction

      private SVNDiffInstruction myNextInsruction
    • myOffset

      private int myOffset
    • myNewDataOffset

      private int myNewDataOffset
    • myIsTemplate

      private boolean myIsTemplate
  • Constructor Details

    • InstructionsIterator

      public InstructionsIterator(boolean useTemplate)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator
    • next

      public Object next()
      Specified by:
      next in interface Iterator
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator
    • readNextInstruction

      private SVNDiffInstruction readNextInstruction()
    • readInt

      private int readInt()