Class 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  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • myBlocks

        private final java.util.List myBlocks
      • myPosition

        private int myPosition
    • Constructor Detail

      • FSMergerBySequenceList

        public FSMergerBySequenceList​(java.util.List blocks)
    • Method Detail

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