mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-15 16:16:35 +03: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.