SortSearchEtc
Class Sorts

java.lang.Object
  |
  +--SortSearchEtc.Sorts

public class Sorts
extends java.lang.Object


Constructor Summary
Sorts()
          Creates a new instance of Sorts
 
Method Summary
static void insertSort(java.lang.Comparable[] objects)
          Does an insertion sort of any array (as long as the objects in the array are members of a class that implements the Comparable interface)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorts

public Sorts()
Creates a new instance of Sorts

Method Detail

insertSort

public static void insertSort(java.lang.Comparable[] objects)
Does an insertion sort of any array (as long as the objects in the array are members of a class that implements the Comparable interface)