public final class Sorting extends Object
| Modifier and Type | Method and Description |
|---|---|
static Sorting |
get() |
void |
hybridSort(Object[] a,
Comparator<Object> cmp) |
void |
insertionSort(Object[] a,
Comparator<Object> cmp) |
int |
median(Object[] a,
int start,
int end,
Comparator<Object> cmp) |
public static Sorting get()
public void insertionSort(Object[] a, Comparator<Object> cmp)
public void hybridSort(Object[] a, Comparator<Object> cmp)
public int median(Object[] a, int start, int end, Comparator<Object> cmp)
Copyright © 2023 HtmlUnit. All rights reserved.