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

  • SEARCH
  • Home
  • 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 3755230
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T09:39:59+00:00 2026-05-19T09:39:59+00:00

All the while, I am using ConcurrentHashMap , if I want to achieve the

  • 0

All the while, I am using ConcurrentHashMap, if I want to achieve the following.

  1. Able to iterate the map without throwing ConcurrentModificationException, while another thread is modifying the map content.
  2. Allow two modification, by two threads at the same time.

Sometime, I use enum as key, and from EnumMap Javadoc, I realize,

Iterators returned by the collection
views are weakly consistent: they will
never throw
ConcurrentModificationException and
they may or may not show the effects
of any modifications to the map that
occur while the iteration is in
progress.

Hence, is it safe for me to replace

Map<Country, String> map =  new ConcurrentHashMap<Country, String>();

with

Map<Country, String> map =  Collections.synchronizedMap(new EnumMap<Country, String>(Country.class));

I know there is no putIfAbsent in EnumMap, but that is OK for me at this moment as I do not require it.

  • 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-19T09:40:00+00:00Added an answer on May 19, 2026 at 9:40 am

    You can’t do it for two reasons:

    1. Lack of synchronization may cause memory visibility effects (since iterators of Collections.synchronizedMap are not synchronized).
    2. Contract of Iterator would be broken – you may get NoSuchElementException when calling next() after hasNext() returned true.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to add ~/include to my include path for all projects while using
First of all: I'm at Scala 2.8 I have a slight issue while using
After using PHP for a while now, I've noticed that not all built-in PHP
HI All, I've been using the basic split for a while - where I
I am experiencing a crash while using the Boost.Spirit and Boost.Thread libraries in my
because of bandwith problem, i'd like to block all images while using cURL on
All, Question 1 while using templates, Compiler error information is known to be very
I have run into an odd casting issue while using generics. The following code
While attempting to access a test portal, I'm encountering the following problem while using
While using the command: @items = Item.find(:all,:order => 'name', :conditions => [name LIKE ?,

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.