This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes java programmers answer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "java programmers answer" Watch "java programmers answer" New topic
Author

java programmers answer

Saeed Talebi
Greenhorn

Joined: Jul 13, 2008
Posts: 2
Hi,
suggest me a comparator methodm which can sort a big string based on the iteration of each element.
many thanks,
Saeed
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
What does it mean to "sort a big string based on the iteration of each element"?

You don't sort a single string - you can sort them if you have many of them.

What is the "iteration of each element"?


Android appsImageJ pluginsJava web charts
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12952
    
    3

Saeed, welcome to JavaRanch. Please use a meaningful subject line instead of something generic like "java programmers answer" when you ask a question on JavaRanch.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java programmers answer