private class SVNDiffWindow.InstructionsIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
private boolean |
myIsTemplate |
private int |
myNewDataOffset |
private SVNDiffInstruction |
myNextInsruction |
private int |
myOffset |
| Constructor and Description |
|---|
InstructionsIterator(boolean useTemplate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
private int |
readInt() |
private SVNDiffInstruction |
readNextInstruction() |
void |
remove() |
private SVNDiffInstruction myNextInsruction
private int myOffset
private int myNewDataOffset
private boolean myIsTemplate
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorprivate SVNDiffInstruction readNextInstruction()
private int readInt()