Link to home
Start Free TrialLog in
Avatar of epifanio67
epifanio67

asked on

Java: can I do HashMap<String, String, String, String>? if not what class can I use to store key, value1, value2, value3....?

Hello Experts,

I just tried to do this:

HashMap<String, String, String, String> hmap = new HashMap<String, String, String, String>();

but it didn't work....
 
what class can I use to store key, value1, value2, value3, value4....?

any suggestions are greatly appreciated...

Regards,
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

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 epifanio67
epifanio67

ASKER

thank you Expert....

I appreciate the help...

Regards,
:)