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
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private SVNDiffInstruction
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
java.lang.Object
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
-
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
-
readInt
private int readInt()
-