Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Get a new key in HashMap with values of another key.

    Is that what I suggested in post#2?
  2. [SOLVED] Re: Get a new key in HashMap with values of another key.

    You will have to describe what you want to do and post all the code involved in the problem.
    The small pieces you have posted are not enough to understand the problem.
  3. [SOLVED] Re: Get a new key in HashMap with values of another key.

    To stop a loop from continuing to execute use the break statement to exit the loop.
  4. [SOLVED] Re: Get a new key in HashMap with values of another key.

    Not sure what that means. Are the two keys different? By replace I assume you mean you want to remove one key and add the other key with the same value that the first key had.
    I also assume that...
Results 1 to 4 of 4