Terrier IR Platform
1.1.1

uk.ac.gla.terrier.sorting
Class SortAscendingQuadrupleVectors

java.lang.Object
  extended by uk.ac.gla.terrier.sorting.SortAscendingQuadrupleVectors

public class SortAscendingQuadrupleVectors
extends java.lang.Object

This class sorts four 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

Version:
$Revision: 1.6 $
Author:
Douglas Johnson

Constructor Summary
SortAscendingQuadrupleVectors()
           
 
Method Summary
static void sort(int[] a, int[] u, int[] e, int[] o)
          Sorts the four vectors with respect to the ascending order of the first one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortAscendingQuadrupleVectors

public SortAscendingQuadrupleVectors()
Method Detail

sort

public static void sort(int[] a,
                        int[] u,
                        int[] e,
                        int[] o)
Sorts the four vectors with respect to the ascending order of the first one.

Parameters:
a - the first vector to sort.
u - the second vector to sort.
e - the third vector to sort.
o - the fourth vector to sort.

Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow