public abstract class AInsertionSorter extends Object
Constructor and Description |
---|
AInsertionSorter(int endLength,
int numRows,
IntArrayList[] offsets,
int negativeIndex) |
Modifier and Type | Method and Description |
---|---|
AMapToData |
getData() |
int[] |
getIndexes() |
String |
toString() |
public AInsertionSorter(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex)
public int[] getIndexes()
public AMapToData getData()
Copyright © 2021 The Apache Software Foundation. All rights reserved.