Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9130957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:03:34+00:00 2026-06-17T08:03:34+00:00

Hi I have a HashSet like the following in a class called Memory: Set<Idea>

  • 0

Hi I have a HashSet like the following in a class called Memory:

Set<Idea> ideas = new HashSet<Idea>();

The generic type “Idea” is another class I wrote that has hashcode() and equals() overriden.
I want to be able to get(and not remove) an Idea object in the HashSet ideas, then change it by adding something to it possibly changing it’s hashcode() return value. I heard that this is would not work but no one explained why. I was wondering if someone could tell me how I can do this most efficiently.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:03:34+00:00Added an answer on June 17, 2026 at 8:03 am

    If you want to perform a lookup, you should be using a Map. If you want to change the key (or an element of a Set) you have to remove it first and add it again. For this reason your key should only have immutable fields.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a piece of code like this: HashSet<Object> Set = new HashSet<Object>(); //add
My xml looks like this: <bean name=subscriberStore class=java.util.HashSet scope=singleton/> And I have the following
I have the following classes: public class Folder{ private Set<Documents> documents; private Set<Clip> clips;
I have two entities like the following: @Entity public class Trip { @OneToMany(mappedBy =
I have 2 mappings like this: <hibernate-mapping> <class name=A table=A> <id name=code column=aCode type=integer>
I have two hashsets like this: HashSet<string> log1 = new HashSet<string>(File.ReadLines(log1.txt)); HashSet<string> log2 =
Suppose that I have the following HBM mapping: <class name=Student table=student> <set name=classes table=student_classes
If I have code that looks like this: Collection<Object> c = new HashSet<Object>(); will
I have a HashSet<string> DirectoryHolding = new HashSet<string>(); How do I say I want
I have a custom closed-hashset/open-addressing (i.e. no linked lists) class. It's very specific to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.