aspose file tools
The moose likes Beginning Java and the fly likes put values in the TreeMap Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "put values in the TreeMap" Watch "put values in the TreeMap" New topic
Author

put values in the TreeMap

umut uzumcu
Ranch Hand

Joined: Jan 10, 2007
Posts: 43
How can I put

unique_number(key) , name(value), surname(value), addres(value)

those information into the TreeMap? TreeMap takes 1 key and 1 value at a time, what is the way to put more value in the map for a key?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

No, Maps only support one value for a key. However, you can encapsulate your data in an object and store that instead of the three values.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
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: put values in the TreeMap
 
Similar Threads
Bubble Sort Set using Comparator
Performing Math on Integer Class
TreeMap
sorting the values using Hsh Map
When we use treeMap and input duplicate Key... the overided value is displayed... why is it notin hm