public final class IntervalsSkipListOneContig<T extends htsjdk.samtools.util.Locatable>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
IntervalsSkipListOneContig(java.lang.Iterable<T> loc)
Creates an IntervalsSkipList that holds a copy of the given intervals, sorted
and indexed.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getOverlapping(SimpleInterval query)
Returns all the intervals that overlap with the query.
|
public IntervalsSkipListOneContig(java.lang.Iterable<T> loc)
loc
- Locatables, not necessarily sorted. Will be iterated over exactly once.public java.util.List<T> getOverlapping(SimpleInterval query)