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-26 17:56:21 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
74d4456375a0edceed78a2f8ba03151bb5b70b80
gods
/
sets
/
linkedhashset
T
History
Emir Pasic
74d4456375
Fix lint errors
2022-04-13 00:38:38 +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
Set operations: intersection, union, difference
2022-04-13 00:36:42 +02:00
linkedhashset.go
Fix lint errors
2022-04-13 00:38:38 +02:00
serialization.go
Implements json.Marshaler and json.Unmarshaler interfaces
2022-04-12 04:31:44 +02:00