Search:

Type: Posts; User: Purple01

Search: Search took 0.07 seconds.

  1. Thread: MultiHashMap

    by Purple01
    Replies
    5
    Views
    1,159

    [SOLVED] Re: MultiHashMap

    I have used a Api where it was in.
    I was thinking it was always usable, so that explain why it did work in my code.

    But I found the answer on how to do this.
    Now I can work things out to save...
  2. Thread: MultiHashMap

    by Purple01
    Replies
    5
    Views
    1,159

    [SOLVED] Re: MultiHashMap

    This is the code I have to grab the key and the entry:



    if (Match.equals(entry.getKey())) {
    System.out.println(entry.getValue());
    }


    But now to print every value...
  3. Thread: MultiHashMap

    by Purple01
    Replies
    5
    Views
    1,159

    [SOLVED] Re: MultiHashMap

    Okey, so this is my whole problem:

    I have a MultiHashMap.
    Who has a key with multiple values.
    Now I am trying to save those values in an excel file.
    Every value a new cell.

    Now I now...
  4. Thread: MultiHashMap

    by Purple01
    Replies
    5
    Views
    1,159

    [SOLVED] MultiHashMap

    Is there a way that I can get back how many vales are stored with a certain key?

    Like:

    Key = 1, Values = Max, Owen, Karl, Jonas, Rose

    Number of values would be: 5.
    But how do I get my...
Results 1 to 4 of 4