aspose file tools
The moose likes Beginning Java and the fly likes Regarding SortedSet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Regarding SortedSet" Watch "Regarding SortedSet" New topic
Author

Regarding SortedSet

Maddukuri Sudheer
Greenhorn

Joined: Jan 09, 2007
Posts: 4
Can some one help me wORKING WITH Sorted Collections Objects.My requirement is to sort among an unlimited objects and get the first 6 in descending Order.


Sudheer M
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14669
    
  11

You should read something about the Comparable interface and the Comparator class. Here is one tutorial :
http://www.onjava.com/pub/a/onjava/2003/03/12/java_comp.html


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Regarding SortedSet