Link to home
Start Free TrialLog in
Avatar of k_murli_krishna
k_murli_krishnaFlag for India

asked on

single key multiple values class

I would like to get hold of a class which supports single key and multiple values somewhat similar to key-value pairs in hashtable, dictionary. The key-value pair properties must be configurable. If existing java classes are not supporting, tell me the process as to how i can continue my work.
ASKER CERTIFIED SOLUTION
Avatar of diakov
diakov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yaseransari
yaseransari

Hello
     Hashtable would do. Just put a vector of values against the key . Then pick up the required value from the
vector.
simple


Regards
Yaser Ansari
to yaseransari :

how does your comment differ from mine? try to bring something new to the discussion.

Cheers,
  Nik
to diakov:
         i didnt know that there was a similar comment already.

Regards
Yaser Ansari
Sory, I appologize. I should have looked at the posting time.

Cheers,
  Nik