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 final java.util.List
     
    private int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FSMergerBySequenceList(java.util.List blocks)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.regnis.q.sequence.QSequenceDifferenceBlock
     
    void
     
    boolean
     
    boolean
     
    de.regnis.q.sequence.QSequenceDifferenceBlock
     

    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()