File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes How to sort an array {2s,3e,8df,4er,5d..} into {1s,2s,3e,4er,…} ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How to sort an array {2s,3e,8df,4er,5d..} into {1s,2s,3e,4er,…} ?" Watch "How to sort an array {2s,3e,8df,4er,5d..} into {1s,2s,3e,4er,…} ?" New topic
Author

How to sort an array {2s,3e,8df,4er,5d..} into {1s,2s,3e,4er,…} ?

Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 666
How to sort an array {2s,3e,8df,4er,5d..} into {1s,2s,3e,4er,…} ?
Thanks.


BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design

Crazy Bikes created by m-Power
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
The static method (lots of overloaded versions):
Arrays.sort()


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 666
Thanks!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to sort an array {2s,3e,8df,4er,5d..} into {1s,2s,3e,4er,…} ?
 
Similar Threads
Can you believe this?
Anyone got any friends who have been hired recently?
Bits & Bytes
Sorting an Array
URLConnection not timing out correctly