com.partnersoft.data
Class ArraySortingLib

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

public class ArraySortingLib
extends java.lang.Object

Routines to aid sorting arrays.

Author:
Paul Reavis Copyright 2000 Partner Software, Inc.

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)