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.
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.
6 years ago
..
enumerable.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 6 years ago
iterator.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 6 years ago
linkedhashmap.go fix linkedhashmap.Map comment error 6 years ago
linkedhashmap_test.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 6 years ago
serialization.go - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 6 years ago