public class PairedVariantSubContextIterator extends Object implements Iterator<PairedVariantSubContextIterator.VcfTuple>
| Modifier and Type | Class and Description |
|---|---|
static class |
PairedVariantSubContextIterator.VcfTuple
Little class to hold a pair of VariantContexts that are in sync with one another.
|
| Constructor and 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 and Description |
|---|---|
boolean |
hasNext() |
PairedVariantSubContextIterator.VcfTuple |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic 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>