lapisx.sort
Interface Sortable2


public interface Sortable2


Method Summary
 int compare(int i, int j)
           
 int size()
           
 void swap(int i, int j)
           
 

Method Detail

size

public int size()

swap

public void swap(int i,
                 int j)

compare

public int compare(int i,
                   int j)