Package org.tmatesoft.svn.core.io.diff
Class SVNDiffWindow.InstructionsIterator
- java.lang.Object
-
- org.tmatesoft.svn.core.io.diff.SVNDiffWindow.InstructionsIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- SVNDiffWindow
private class SVNDiffWindow.InstructionsIterator extends java.lang.Object implements java.util.Iterator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
myIsTemplate
private int
myNewDataOffset
private SVNDiffInstruction
myNextInsruction
private int
myOffset
-
Constructor Summary
Constructors Constructor Description InstructionsIterator(boolean useTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Object
next()
private int
readInt()
private SVNDiffInstruction
readNextInstruction()
void
remove()
-
-
-
Field Detail
-
myNextInsruction
private SVNDiffInstruction myNextInsruction
-
myOffset
private int myOffset
-
myNewDataOffset
private int myNewDataOffset
-
myIsTemplate
private boolean myIsTemplate
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator
-
next
public java.lang.Object next()
- Specified by:
next
in interfacejava.util.Iterator
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator
-
readNextInstruction
private SVNDiffInstruction readNextInstruction()
-
readInt
private int readInt()
-
-