Search:

Type: Posts; User: minotaurus

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,816

    Re: loop generate?

    hi. here is my code.
    the output is broken because the value is an array... is iterator the right way?! as said in the first post, i need to get every combination of the hash-values :(
    sample...
  2. Replies
    3
    Views
    1,816

    loop generate?

    hi. i have a hashmap like this:
    <key1, <1,3,6>>
    <key2, <2,4,6>>
    <key3, <4,7,9>>

    and i want output like this:

    key1, 1, key2, 2, key3, 4
    key1, 1, key2, 2, key3, 7
    key1, 1, key2, 2, key3, 9
  3. Replies
    2
    Views
    3,131

    reading file into a hashmap?

    hi out there.
    i have a question :) of course, i have.
    i need to parse a textfile. this file contains the following:

    string1 = 1,2,3,4
    string2 = 22,56,77
    ...

    and so on. what i need first is...
Results 1 to 3 of 3