applications
Class BinSort

java.lang.Object
  |
  +--applications.BinSort

public class BinSort
extends java.lang.Object


Constructor Summary
BinSort()
           
 
Method Summary
static void binSort(Chain theChain, int range)
          sort theChain using the bin sort method
static void main(java.lang.String[] args)
          test program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinSort

public BinSort()
Method Detail

binSort

public static void binSort(Chain theChain,
                           int range)
sort theChain using the bin sort method

main

public static void main(java.lang.String[] args)
test program