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 Modifier and Type Field Description private java.util.List
myBlocks
private int
myPosition
-
Constructor Summary
Constructors Constructor Description FSMergerBySequenceList(java.util.List blocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.regnis.q.sequence.QSequenceDifferenceBlock
current()
void
forward()
boolean
hasCurrent()
boolean
hasNext()
de.regnis.q.sequence.QSequenceDifferenceBlock
peekNext()
-