View Single Post
  #2 (permalink)  
Old 08-07-2007, 09:10 AM
lenny lenny is offline
Member
 
Join Date: Jul 2007
Posts: 40
lenny is on a distinguished road
You're on the right track, you have to use compareTo inside your Comparator class that you create.

you have to have the compare( ) method this is where how you want to sort it.
Reply With Quote