Re: How can i implements a class like an HashMap but with 2 keys ?



Hendrik Maryns wrote:


Have a look at Jakarta Commons Collections, it has MultiKey and
MultiKeyMap, which works exactly as you describe.

If you want a generic version, let me know.

H.

Yes, i read in the api and seems perfect for what i have to do.

A generic version is better, do you know where can i get it?

Thanks
.