gods/sets/linkedhashset
Emir Pasic b5735bcc4d
Merge pull request #165 from yvvlee/feature/implements_jsonMarshaler_and_Unmarshaler
Implements json.Marshaler and json.Unmarshaler interfaces
2022-04-12 03:58:15 +02:00
..
enumerable.go - linkedhashset implementation + iterator + serialization + tests + example + enumerable + documentation 2018-09-21 01:55:06 +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
linkedhashset_test.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
linkedhashset.go - linkedhashset simplification 2018-09-21 03:20:36 +02:00
serialization.go Implements json.Marshaler and json.Unmarshaler 2021-04-08 15:19:55 +08:00