| Author |
How to store Duplicate Element in HashSet
|
amir thakur
Greenhorn
Joined: Jul 09, 2009
Posts: 11
|
|
Heloo....
May any one tell me how to store duplicate values in HashSet...
but what i know is that HashSet does not allow duplicate values....
so please tell me how to store duplicate values in HashSet....
Thanks In Advance......
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
Please take the time to choose the correct forum for your posts. This forum is for questions on HTML.
For more information, please read this.
This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
You use a different collection. The whole point of a Set is to not allow duplicate entries.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
|
|
|
Use a List implementation like ArrayList instead.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: How to store Duplicate Element in HashSet
|
|
|