my dog learned polymorphism
The moose likes Beginning Java and the fly likes Converting Hash map to linked list 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 "Converting Hash map to linked list" Watch "Converting Hash map to linked list" New topic
Author

Converting Hash map to linked list

vin Hari
Ranch Hand

Joined: Nov 16, 2006
Posts: 161
Hello all,
Is there any way of converting from hash map to linked list.please tell me.
thanks in advance.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

First of all, you're posting in the wrong forum. This has nothing to do with Swing, AWT etc.

Second of all, what do you want to put in the linked list? The keys or the values?

Anyway, here's some code that should do it for you:


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
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: Converting Hash map to linked list
 
Similar Threads
HashMap and LinkedHashMap
K&B Java 5 scjp ch7 page 24/114
Storing ActionForm&action class-WHERE?
Html atribute grabber
Sorting Maps