This website requires JavaScript.
Explore
Help
Sign In
contrib
/
gods
Watch
1
Star
0
Fork
0
You've already forked gods
mirror of
https://github.com/emirpasic/gods.git
synced
2026-06-25 17:54:57 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
56b5cc16a12128647eb44e5b6071cf4f4e4417b0
gods
/
maps
/
linkedhashmap
T
History
Emir Pasic
1f0b87f0e1
Implements json.Marshaler and json.Unmarshaler interfaces
2022-04-12 04:31:44 +02: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
Implement NextTo and PrevTo for all iterators and containers (index or key, forward-only or reversable)
2022-04-12 01:20:56 +02:00
linkedhashmap_test.go
Implements json.Marshaler and json.Unmarshaler interfaces
2022-04-12 04:31:44 +02:00
linkedhashmap.go
fix linkedhashmap.Map comment error
2019-04-14 13:28:45 +08:00
serialization.go
Implements json.Marshaler and json.Unmarshaler interfaces
2022-04-12 04:31:44 +02:00