gods/maps/linkedhashmap
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
..
enumerable.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 2018-09-21 05:17:50 +02:00
iterator.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 2018-09-21 05:17:50 +02:00
linkedhashmap_test.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 2018-09-21 05:17:50 +02:00
linkedhashmap.go fix linkedhashmap.Map comment error 2019-04-14 13:28:45 +08:00
serialization.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 2018-09-21 05:17:50 +02:00