Package com.sun.javafx.collections
Class SortHelper
java.lang.Object
com.sun.javafx.collections.SortHelper
Helper class that contains algorithms taken from JDK that additionally
 tracks the permutation that's created thorough the process
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionint[]sort(int[] a, int fromIndex, int toIndex) <T extends Comparable<? super T>>
int[]<T> int[]sort(List<T> list, Comparator<? super T> c) <T extends Comparable<? super T>>
int[]sort(T[] a) <T> int[]sort(T[] a, int fromIndex, int toIndex, Comparator<? super T> c) <T> int[]sort(T[] a, Comparator<? super T> c)  
- 
Constructor Details
- 
SortHelper
public SortHelper() 
 - 
 - 
Method Details
- 
sort
 - 
sort
 - 
sort
 - 
sort
 - 
sort
 - 
sort
public int[] sort(int[] a, int fromIndex, int toIndex)  
 -