Class FilteringIterator
java.lang.Object
htsjdk.samtools.filter.FilteringSamIterator
htsjdk.samtools.filter.FilteringIterator
- All Implemented Interfaces:
CloseableIterator<SAMRecord>, Closeable, AutoCloseable, Iterator<SAMRecord>
Deprecated.
Filtering Iterator which takes a filter and an iterator and iterates through only those records
which are not rejected by the filter.
$Id$
-
Constructor Summary
ConstructorsConstructorDescriptionFilteringIterator(Iterator<SAMRecord> iterator, SamRecordFilter filter) Deprecated.FilteringIterator(Iterator<SAMRecord> iterator, SamRecordFilter filter, boolean filterByPair) Deprecated. -
Method Summary
Methods inherited from class FilteringSamIterator
close, hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIterator
stream, toListMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
FilteringIterator
public FilteringIterator(Iterator<SAMRecord> iterator, SamRecordFilter filter, boolean filterByPair) Deprecated. -
FilteringIterator
Deprecated.
-
FilteringSamIteratorinstead