You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. |
7 years ago | |
---|---|---|
.. | ||
enumerable.go | 7 years ago | |
iterator.go | 7 years ago | |
linkedhashmap.go | 7 years ago | |
linkedhashmap_test.go | 7 years ago | |
serialization.go | 7 years ago |