com.partnersoft.v3x.data
Class ArraySortingLib

java.lang.Object
  extended by com.partnersoft.v3x.data.ArraySortingLib

public class ArraySortingLib
extends java.lang.Object

Routines to aid sorting arrays.


Constructor Summary
ArraySortingLib()
           
 
Method Summary
static void sort3(ArraySortingGopher gopher, int a, int b, int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArraySortingLib

public ArraySortingLib()
Method Detail

sort3

public static void sort3(ArraySortingGopher gopher,
                         int a,
                         int b,
                         int c)