Search:

Type: Posts; User: jashburn

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,233

    [SOLVED] Re: String Comparisons, HashSet, Duplicates

    Sorry, HashSet cannot store duplicates. If it does, it is a major bug that breaks applications everywhere. Having said that, an object that is a "duplicate" of another implies the objects are...
  2. Replies
    4
    Views
    1,233

    [SOLVED] Re: String Comparisons, HashSet, Duplicates

    I'm not sure if I completely understand... Are you saying that you have Strings that look something like x + "," + z that you added to a HashSet, and when you print out the contents of the HashSet...
Results 1 to 2 of 2