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 booleanprivate intprivate SVNDiffInstructionprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()private intreadInt()private SVNDiffInstructionvoidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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