JavaScript is disabled on your browser.
- java.lang.Object
-
- htsjdk.samtools.DuplicateSetIterator
-
Constructor Detail
-
DuplicateSetIterator
public DuplicateSetIterator(CloseableIterator<SAMRecord> iterator, SAMFileHeader header, boolean preSorted)
Allows the user of this iterator to skip the sorting of the input if the input is already sorted. If the records are said to be
sorted but not actually sorted in the correct order, an exception during iteration will be thrown.
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceCloseableIterator<DuplicateSet>
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<DuplicateSet>
-
Read more here: Source link