public class SecondaryOrSupplementarySkippingIterator extends Object
Constructor | Description |
---|---|
SecondaryOrSupplementarySkippingIterator(CloseableIterator<SAMRecord> underlyingIt) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
advance() |
|
SAMRecord |
getCurrent() |
|
boolean |
hasCurrent() |
public SecondaryOrSupplementarySkippingIterator(CloseableIterator<SAMRecord> underlyingIt)
public boolean hasCurrent()
public SAMRecord getCurrent()
public boolean advance()