Class FSMergerBySequenceList
java.lang.Object
org.tmatesoft.svn.core.internal.wc.FSMergerBySequenceList
final class FSMergerBySequenceList
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myBlocks
private final java.util.List myBlocks -
myPosition
private int myPosition
-
-
Constructor Details
-
FSMergerBySequenceList
public FSMergerBySequenceList(java.util.List blocks)
-
-
Method Details
-
hasCurrent
public boolean hasCurrent() -
current
public de.regnis.q.sequence.QSequenceDifferenceBlock current() -
hasNext
public boolean hasNext() -
peekNext
public de.regnis.q.sequence.QSequenceDifferenceBlock peekNext() -
forward
public void forward()
-