Package | Description |
---|---|
htsjdk.samtools.util |
Modifier and Type | Class and Description |
---|---|
class |
SamRecordTrackingBuffer<T extends SamRecordWithOrdinal>
This class stores SAMRecords for return.
|
Modifier and Type | Method and Description |
---|---|
SamRecordWithOrdinal |
SamRecordTrackingBuffer.next()
Returns the next element in the iteration.
|
Modifier and Type | Method and Description |
---|---|
void |
SamRecordTrackingBuffer.add(SamRecordWithOrdinal samRecordWithOrdinal)
Add the given SAMRecordIndex to the buffer.
|
boolean |
SamRecordTrackingBuffer.contains(SamRecordWithOrdinal samRecordWithOrdinal)
Returns true if this buffer contains the record at the given index, false otherwise
|
void |
SamRecordTrackingBuffer.setResultState(SamRecordWithOrdinal samRecordWithOrdinal,
boolean resultState)
Mark the current samRecordWithOrdinal as having been examined.
|