Class SVNDiffWindow.InstructionsIterator

  • All Implemented Interfaces:
    java.util.Iterator
    Enclosing class:
    SVNDiffWindow

    private class SVNDiffWindow.InstructionsIterator
    extends java.lang.Object
    implements java.util.Iterator
    • Field Detail

      • myOffset

        private int myOffset
      • myNewDataOffset

        private int myNewDataOffset
      • myIsTemplate

        private boolean myIsTemplate
    • Constructor Detail

      • InstructionsIterator

        public InstructionsIterator​(boolean useTemplate)
    • Method Detail

      • hasNext

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

        public java.lang.Object next()
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator
      • readInt

        private int readInt()