mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-24 17:44:56 +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.