| Package | Description |
|---|---|
| htsjdk.samtools.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> DiskBackedQueue<T> |
DiskBackedQueue.newInstance(SortingCollection.Codec<T> codec,
int maxRecordsInRam,
java.util.List<java.io.File> tmpDir)
Syntactic sugar around the ctor, to save some typing of type parameters
|