View Single Post
  #4 (permalink)  
Old 01-13-2008, 06:33 PM
afsina afsina is offline
Member
 
Join Date: Jan 2008
Posts: 24
afsina is on a distinguished road
well, then make your sort method to accept an array of your choice. such as:
Code:
public static void mySort(int[] array) { .... sort it ... }
Reply With Quote