mirror of
https://github.com/emirpasic/gods
synced 2024-11-16 12:12:59 +00:00
a733df2d7b
In linkedhashmap.go there is a line of comment saying "Map holds the elements in a red-black tree", which is not true. The linkedhashmap holds it's elements in a regular hash table, and uses doubly-linked list to store key ordering. |
||
---|---|---|
.. | ||
enumerable.go | ||
iterator.go | ||
linkedhashmap_test.go | ||
linkedhashmap.go | ||
serialization.go |