51525354555657
this.NUMBER_ELEMENTS_IN_INITIAL_RUNS = NUMBER_ELEMENTS_IN_INITIAL_RUNS; this.runs = runs; } public ExternalSorter(){ this(new TrieBagRuns(), 1000); }
63646566676869
/** * Default constructor using default parameters... */ public ExternalParallelSorter(){ this(8, 1000, 2, 10, new TrieBagRuns(), true); }