|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.sorting.SortAscendingTripleVectors
public class SortAscendingTripleVectors
This class sorts five arrays, where the corresponding entries are related. The result is that the first array is sorted in ascending order, and the rest are transformed in a way that the corresponding entries are in the correct places.
Constructor Summary | |
---|---|
SortAscendingTripleVectors()
|
Method Summary | |
---|---|
static void |
sort(int[] a,
int[] u,
int[] e)
Sorts the three vectors with respect to the ascending order of the first one. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortAscendingTripleVectors()
Method Detail |
---|
public static void sort(int[] a, int[] u, int[] e)
a
- the first vector to sort.u
- the second vector to sort.e
- the third vector to sort.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |