klawson88/MDAG

Map values

fedorn opened this issue · 2 comments

Please implement structure that can map string values to some objects. Thank you.

👍 This would really make MDAG rock.

I would like to use it to attach frequency rankings to each word. Currently I have to keep a whole separate HashSet for the rankings, which almost defeats the purpose of having the MDAG (I need the MDAG for fancy spellcheck searches).

Implemented a map in this fork.