lapisx.sort
Class MergeSort

java.lang.Object
  extended bylapisx.sort.MergeSort

public abstract class MergeSort
extends Object


Constructor Summary
MergeSort()
           
 
Method Summary
static void main(String[] args)
           
static void sort(Sortable a)
           
static void sort(Sortable a, int p, int r, Vector buffer)
           
static SortableList sort(SortableList l)
           
static SortableList sort(SortableList l, int n)
           
static void test(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeSort

public MergeSort()
Method Detail

sort

public static void sort(Sortable a)

sort

public static void sort(Sortable a,
                        int p,
                        int r,
                        Vector buffer)

sort

public static SortableList sort(SortableList l)

sort

public static SortableList sort(SortableList l,
                                int n)

test

public static void test(String[] args)

main

public static void main(String[] args)