ArrayList<HashMap<String,String>> in alphabetical order

Posted by Luca on Stack Overflow See other posts from Stack Overflow or by Luca
Published on 2010-06-11T23:13:45Z Indexed on 2010/06/11 23:23 UTC
Read the original article Hit count: 175

Filed under:

How can i order an ArrayList of HashMaps by the key of the hashmap? I've a list of names and numbers(saved as string) inside an arralist.

© Stack Overflow or respective owner

Related posts about java