public class ByIntervalListVariantContextIterator extends Object implements Iterator<VariantContext>
Constructor and Description |
---|
ByIntervalListVariantContextIterator(VCFFileReader reader,
IntervalList intervals) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
VariantContext |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ByIntervalListVariantContextIterator(VCFFileReader reader, IntervalList intervals)
public boolean hasNext()
hasNext
in interface Iterator<VariantContext>
public VariantContext next()
next
in interface Iterator<VariantContext>
public void remove()
remove
in interface Iterator<VariantContext>