Commit Graph

2 Commits

Author SHA1 Message Date
navigaid a733df2d7b fix linkedhashmap.Map comment error
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.
2019-04-14 13:28:45 +08:00
emirpasic cbce19f31e - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 2018-09-21 05:17:50 +02:00