Package | Description |
---|---|
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
static <T> SortingCollection<T> |
SortingCollection.newInstance(Class<T> componentType,
SortingCollection.Codec<T> codec,
Comparator<T> comparator,
int maxRecordsInRAM)
Syntactic sugar around the ctor, to save some typing of type parameters.
|
static <T> SortingCollection<T> |
SortingCollection.newInstance(Class<T> componentType,
SortingCollection.Codec<T> codec,
Comparator<T> comparator,
int maxRecordsInRAM,
Collection<File> tmpDirs)
Syntactic sugar around the ctor, to save some typing of type parameters
|
static <T> SortingCollection<T> |
SortingCollection.newInstance(Class<T> componentType,
SortingCollection.Codec<T> codec,
Comparator<T> comparator,
int maxRecordsInRAM,
File... tmpDir)
Syntactic sugar around the ctor, to save some typing of type parameters
|