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