ok so im implementing my own chained hashtable because the sdk im using doesnt have one. this is a theory question so code and language does not matter. the questions is:
if i do a GET element/object for a key, and the chained hashtable has 2 objects for this key, which do i return? an array? so the GET function returns an array? what if there is only 1 element? the Get function also returns an array? im trying to make it as transparent as possible to the user.
does any1 have any info on what the function prototypes look like for a linked hash-table?