Iterator<PairedVariantSubContextIterator.VcfTuple>
public class PairedVariantSubContextIterator extends Object implements Iterator<PairedVariantSubContextIterator.VcfTuple>
Modifier and Type | Class | Description |
---|---|---|
static class |
PairedVariantSubContextIterator.VcfTuple |
Little class to hold a pair of VariantContexts that are in sync with one another.
|
Constructor | Description |
---|---|
PairedVariantSubContextIterator(Iterator<htsjdk.variant.variantcontext.VariantContext> leftIterator,
String leftSample,
Iterator<htsjdk.variant.variantcontext.VariantContext> rightIterator,
String rightSample,
htsjdk.samtools.SAMSequenceDictionary dict) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
PairedVariantSubContextIterator.VcfTuple |
next() |
|
void |
remove() |
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<PairedVariantSubContextIterator.VcfTuple>
public PairedVariantSubContextIterator.VcfTuple next()
next
in interface Iterator<PairedVariantSubContextIterator.VcfTuple>
public void remove()
remove
in interface Iterator<PairedVariantSubContextIterator.VcfTuple>