public final class InsertionSorterFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InsertionSorterFactory.SORT_TYPE |
Constructor and Description |
---|
InsertionSorterFactory() |
Modifier and Type | Method and Description |
---|---|
static AInsertionSorter |
create(int numRows,
IntArrayList[] offsets) |
static AInsertionSorter |
create(int numRows,
IntArrayList[] offsets,
int negativeIndex) |
static AInsertionSorter |
create(int numRows,
IntArrayList[] offsets,
int negativeIndex,
InsertionSorterFactory.SORT_TYPE st) |
static AInsertionSorter |
create(int endLength,
int numRows,
IntArrayList[] offsets) |
static AInsertionSorter |
create(int endLength,
int numRows,
IntArrayList[] offsets,
int negativeIndex) |
static AInsertionSorter |
create(int endLength,
int numRows,
IntArrayList[] offsets,
int negativeIndex,
InsertionSorterFactory.SORT_TYPE st) |
public static AInsertionSorter create(int numRows, IntArrayList[] offsets)
public static AInsertionSorter create(int endLength, int numRows, IntArrayList[] offsets)
public static AInsertionSorter create(int numRows, IntArrayList[] offsets, int negativeIndex)
public static AInsertionSorter create(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex)
public static AInsertionSorter create(int numRows, IntArrayList[] offsets, int negativeIndex, InsertionSorterFactory.SORT_TYPE st)
public static AInsertionSorter create(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex, InsertionSorterFactory.SORT_TYPE st)
Copyright © 2022 The Apache Software Foundation. All rights reserved.