Package org.tmatesoft.svn.core.io.diff
Class SVNDiffWindow.InstructionsIterator
java.lang.Object
org.tmatesoft.svn.core.io.diff.SVNDiffWindow.InstructionsIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
- SVNDiffWindow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private SVNDiffInstruction
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
next()
private int
readInt()
private SVNDiffInstruction
void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
myNextInsruction
-
myOffset
private int myOffset -
myNewDataOffset
private int myNewDataOffset -
myIsTemplate
private boolean myIsTemplate
-
-
Constructor Details
-
InstructionsIterator
public InstructionsIterator(boolean useTemplate)
-
-
Method Details