Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Duplicate values add to Set

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Duplicate values add to Set

    Cloud some one give code snipt how can achieve to duplicate values add/allow to Set.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Duplicate values add to Set

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    No, because:

    we don't give code except as shared to illustrate a point in response to another poster's code or in the tutorials, and

    that's not what a Set is. We can't make a zebra be an elephant or a Set be an ArrayList.

Similar Threads

  1. Want to Add Duplicate Key in HashMap
    By rampnq in forum Collections and Generics
    Replies: 8
    Last Post: January 17th, 2018, 05:01 PM
  2. Re-ordering list which has duplicate values
    By Sini Narayanan in forum Collections and Generics
    Replies: 1
    Last Post: June 10th, 2014, 02:23 AM
  3. How to make set to allow duplicate values... Please help me!!!
    By JavaKiddo in forum Collections and Generics
    Replies: 9
    Last Post: January 4th, 2012, 08:22 AM
  4. Removing Duplicate Values From an Array
    By nicsa in forum What's Wrong With My Code?
    Replies: 6
    Last Post: November 30th, 2011, 07:55 PM
  5. Eliminating duplicate values
    By Harry_ in forum Collections and Generics
    Replies: 7
    Last Post: November 9th, 2009, 06:35 AM

Tags for this Thread