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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:54:10+00:00 2026-06-08T19:54:10+00:00

I want to maintain a state table, where the states have been defined using

  • 0

I want to maintain a state table, where the states have been defined using a enum

private enum states {
    contension_initiated, contension_failure, contension_success, reservation_success, reservation_completed, reservation_failure
}

and the state table is maintained using

HashMap<Integer, states> stateTable = new HashMap<Integer, states>();

depending on the conditions the values in the stateTable would vary/change
how can the same entry in the hashMap be modified without using the apache.commons libraries?

I have been doing this until now :

if(condition1)
      stateTable.put(1,state.contension_initiated)
if(condition2) 
      stateTable.remove(1)
      stateTable.put(1,contension_success) 
  • 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-08T19:54:12+00:00Added an answer on June 8, 2026 at 7:54 pm
    if(condition1)
          stateTable.put(1,state.contension_initiated)
    if(condition2) 
          stateTable.put(1,contension_success) 
    

    HashMap will maintain only a single unique key. Therefore, if you try and “put” a key that already exists, it will replace the value associated with the key (rather then adding a new key)

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

Sidebar

Related Questions

I have a background process that i want to regularly maintain the state of
I have a page in which I want to maintain the value of object
I want to have one Drupal copy to maintain, but a lot of sites
Hi can I'm very new to windows forms. Here I want to maintain state
I want to use local session storage to maintain state in my web app,
I want to use a static class variable to maintain state of a Playlist
I want to maintain state in my Perl web app. How can I do
I want to maintain model state between method calls on the controller. Is that
I want to create and maintain a relatively simple relational database in my java
I want my window to always maintain a certain ratio of let's say 1.33333333.

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.