Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / April 2006

Tip: Looking for answers? Try searching our database.

Sort TreeMap

Thread view: 
Ben - 27 Apr 2006 12:11 GMT
Hi,

I have a TreeMap with the keys being numbers stored as Strings.  I have
made it sorted it, however it sorts it as 1, 10, 11,  etc and not 1, 2,
3.  What is the simplest way to sort it be arranged as 1, 2, 3.

Thanks in advance.

Ben.
Thomas Weidenfeller - 27 Apr 2006 12:24 GMT
> Hi,
>
> I have a TreeMap with the keys being numbers stored as Strings.  I have
> made it sorted it, however it sorts it as 1, 10, 11,  etc and not 1, 2,
> 3.  What is the simplest way to sort it be arranged as 1, 2, 3.

Don't store the numbers as strings, but as numbers. Alternatively, waste
some time, write your own Comparator and use that in the constructor.

/Thomas

Signature

The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/

Simon - 27 Apr 2006 12:26 GMT
> I have a TreeMap with the keys being numbers stored as Strings.  I have
> made it sorted it, however it sorts it as 1, 10, 11,  etc and not 1, 2,
> 3.  What is the simplest way to sort it be arranged as 1, 2, 3.

The best solution would probably be to use Integers instead of the Strings as
the keys. However, if you don't want that, you can pass a Comparator to the
constructor of TreeMap that takes care of the ordering.

Cheers,
Simon


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.