Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
will anyone help me to write a java programme(using collection framework) for hashing with linked list using collection framword,

actually I want to store key-value pairs<name salary="" value=""> from a file like:

ram 100
shyam 200
mohan 300
ram 400
shohan 2000
alam 453
rajak 786
shyam 88878


same name should store in a same line(with same index vaur) like

o ram-400 ram-100
1
2 rajak 786
3 shyam-300 shyam-88878
4
5
6 mohan-300
7
8 alam-453
9
10 shohan 2000


please help ....I am really getting problem to make such a scenario in java collection frame
Posted
Updated 9-Apr-15 0:44am
v2
Comments
shivendrapandey 9-Apr-15 6:45am    
insertion is base on the name of employee
Deepu S Nair 9-Apr-15 6:49am    
homework?
shivendrapandey 9-Apr-15 14:45pm    
yes,...I mean with some number like (integer value of a string)

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900