Commit Graph

2 Commits (00662fa41f43c2c52ef93e26eb49a44a5341a4c4)

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