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 6375921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:40:42+00:00 2026-05-25T01:40:42+00:00

New to hashtables with a simple question. For some reason googling hasn’t gotten me

  • 0

New to hashtables with a simple question. For some reason googling hasn’t gotten me a straight answer. Say I’ve got an <int,String> hashtable set up:

myHashtable.put(1,"bird");
myHashtable.put(2,"iguana");

and I want to change “bird” to “fish” (and leave the index the same). Can I just do a simple put, or do I need to delete the entry, or what?

  • 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-05-25T01:40:43+00:00Added an answer on May 25, 2026 at 1:40 am

    Yes.

    If a mapping to the specified key already exists, the old value will be replaced (and returned). See Hashtable.put().

    For multi-threaded environment, I’d recommend ConcurrentHashMap or another ConcurrentMap implementation. Though Hashtable is synchronized, there are more sophisticated implementations available now for concurrent mapping, such as Guava’s MapMaker and CacheBuilder.

    Also keep in mind the Map is going to have the type parameters <Integer, String> since primitive type parameters aren’t supported.

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

Sidebar

Related Questions

I've got an quite simple class that contains some primitive types and some collections
New to Mongo, taking on the analytics quest and have a schema question. I'm
The answer to just about every single question about using C# with JSON seems
Ok, this is for homework about hashtables, but this is the simple stuff I
I'm sorry in advance if this question is flawed. I'm pretty new to databases(I
I have a question about duplicate Hashtables in Java (maybe duplicate Java Collections). My
Given the following code: Hashtable main = new Hashtable(); Hashtable inner = new Hashtable();
Please see my code: IDictionary dictionary = new Hashtable(); const string key = key;
I am currently initializing a Hashtable in the following way: Hashtable filter = new
New to Objective-C, Cocoa, and compiled languages in general so forgive my ignorance: UIImage

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.