Package picard.util.IntervalList
Class IntervalListScatter
- java.lang.Object
-
- picard.util.IntervalList.IntervalListScatter
-
-
Constructor Summary
Constructors Constructor Description IntervalListScatter(IntervalListScatterer scatterer, htsjdk.samtools.util.IntervalList intervals, int scatterCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<htsjdk.samtools.util.IntervalList>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
IntervalListScatter
public IntervalListScatter(IntervalListScatterer scatterer, htsjdk.samtools.util.IntervalList intervals, int scatterCount)
-
-