This object provides a simple front to a hash mapping keys to arrays of values thus allowing multiple values for a single key.
But it uses on OO interface, and hence you are missing out on all of the goodies hashes have to offer. No slices, no keys, no values, no each.
You are just offering a trivial object to store keys with many values in, not a replacement for hashes.
Abigail
In reply to Re: Object to Map Multiple Values to a Single Key
by Abigail-II
in thread Object to Map Multiple Values to a Single Key
by arunhorne
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |