All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.util.SortingAlgorithm

public interface SortingAlgorithm
A SortingAlgorithm is required to be able to sort a com.objectspace.jgl.Array


Method Index

 o sort(Array)
sort the array

Methods

 o sort
 public abstract void sort(Array v)
sort the array


All Packages  Class Hierarchy  This Package  Previous  Next  Index