Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-28 | Added the Bu::ListHash class, it's a really simple wrapper for Bu::Hash that | Mike Buland | |
puts all of the values in a Bu::List assosiated with the key. When you insert, it will append to the list at that key, and create a list if it needs to. When erasing, getting, etc, you operate on the whole list, not just one element. |