Commit Graph

2 Commits (9500fd4d47e952ad507d93d4cc11fe280d80e093)

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.
7 years ago
emirpasic cbce19f31e - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 7 years ago