Commit Graph

305 Commits

Author SHA1 Message Date
emirpasic
cbce19f31e - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 2018-09-21 05:17:50 +02:00
emirpasic
5123d6be01 - fix comments/documentation, rigorous serialization testing 2018-09-21 04:45:26 +02:00
emirpasic
73e1b206f9 - linkedhashset simplification 2018-09-21 03:20:36 +02:00
emirpasic
bd99060a93 - update comments and documentation 2018-09-21 02:43:37 +02:00
emirpasic
bc82528e1e Sets bulk intialization 2018-09-21 02:27:02 +02:00
Emir Pasic
555738833b
Add LinkedHashSet documentation 2018-09-21 02:04:55 +02:00
Emir Pasic
ff6d2a7c34
Merge pull request #89 from emirpasic/development
LinkedHashSet
2018-09-21 01:58:27 +02:00
emirpasic
b5b20b02b3 - linkedhashset implementation + iterator + serialization + tests + example + enumerable + documentation 2018-09-21 01:55:06 +02:00
emirpasic
413aad0304 - fix treeset iterator Last() function 2018-09-21 01:09:03 +02:00
emirpasic
1befeeefc9 - fix comments 2018-09-20 23:55:51 +02:00
Emir Pasic
5ef8ba6800
Merge pull request #88 from emirpasic/development
List bulk initialization
2018-09-20 18:41:47 +02:00
emirpasic
c6630349c4 - bulk initialization for lists 2018-09-20 18:40:32 +02:00
Emir Pasic
cbce439b4e
Merge pull request #61 from Spriithy/feature/list_constructors
Added bulk constructors for arraylists & (doubly)-linked-lists
2018-09-20 18:23:21 +02:00
emirpasic
370f7ab252 - fix https://github.com/emirpasic/gods/issues/85 2018-09-20 18:07:43 +02:00
emirpasic
17852f48a5 - update documentation and comments 2018-09-20 17:44:34 +02:00
Emir Pasic
a6e6101bb0
Merge pull request #87 from bminer/master
Added `Set(index, value)` method to all Lists (closes #86)
2018-09-20 17:32:07 +02:00
Blake Miner
843fdb4848 Added Set(index, value) method to all Lists (closes #86)
Added tests
2018-09-19 14:41:47 -04:00
emirpasic
de5d894737 - update documentation, closes #73 2018-09-19 05:40:24 +02:00
emirpasic
8557a87b9f fmt 2018-09-19 05:05:43 +02:00
Emir Pasic
6f0f602e3e
Merge pull request #76 from xtutu/master
optimize array list
2018-09-19 04:55:21 +02:00
Emir Pasic
5f49b99ed9
Merge pull request #81 from meal/readme-update-JSONDeserialization
Update README.md
2018-09-19 04:36:34 +02:00
Mateusz Kozak
92a8a1f980
Update README.md
fix example on how to deserialize key-value JSON
2018-08-08 22:06:04 +02:00
Emir Pasic
bba54c718c
Merge pull request #80 from emirpasic/revert-79-revert-78-gofmt-2018-Jun-17-00-39
Revert "Revert "gofmt""
2018-06-18 13:24:50 +02:00
Emir Pasic
65869799a0
Revert "Revert "gofmt"" 2018-06-18 13:13:01 +02:00
Emir Pasic
937573a202
Merge pull request #79 from emirpasic/revert-78-gofmt-2018-Jun-17-00-39
Revert "gofmt"
2018-06-17 14:41:55 +02:00
Emir Pasic
076c527d93
Revert "gofmt" 2018-06-17 14:41:40 +02:00
Emir Pasic
8c6c64e99f
Merge pull request #78 from whilei/gofmt-2018-Jun-17-00-39
gofmt
2018-06-17 14:34:53 +02:00
ia
55e94ab1e3 all: gofmt
Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
2018-06-17 01:02:33 +02:00
xtutu
5d06966e29 optimize array list 2018-06-12 13:41:35 +08:00
Emir Pasic
b2394dfbb6
Merge pull request #69 from mahadevTW/indexOfMethod
Index of method
2017-12-26 21:51:25 +01:00
Mahadev
8a171863a0 Add IndexOf method to DoublyLinkedList 2017-12-26 19:19:36 +05:30
Mahadev
e709a4b5ea Add IndexOf method to SinglyLinkedList 2017-12-26 19:19:18 +05:30
Mahadev
f246a54621 Add IndexOf method to ArrayList 2017-12-26 19:18:50 +05:30
Emir Pasic
8a038b0103 Merge pull request #65 from dvrkps/patch-1
travis: update go versions
2017-10-13 21:01:07 +02:00
Davor Kapsa
39cc6fb03a travis: update go versions 2017-10-13 19:11:23 +02:00
Emir Pasic
b078911879 Merge pull request #64 from eugecm/fix_inconsistent_use_of_tabs_spaces
Fixed inconsistent use of tabs and spaces in README.md examples
2017-10-03 00:13:46 +02:00
Eugenio Cano-Manuel
576b606224 replaced ^\s for ^<tab> in code examples 2017-10-02 23:05:41 +01:00
Spriithy
12451bdcc6 Added bulk constructors for arraylists & (doubly)-linked-lists 2017-09-28 14:22:00 +02:00
Emir Pasic
c4fc0ef8b1 Update README.md 2017-09-12 15:16:29 +02:00
Emir Pasic
e8e0d26a6f Update README.md 2017-09-12 15:15:00 +02:00
Emir Pasic
4673683cbc Update enumerable.go 2017-09-12 12:48:36 +02:00
Emir Pasic
aae97c7363 Merge pull request #56 from spewspews/fastredblack
speed up redblack put performance
2017-09-12 12:47:07 +02:00
Benjamin Scher Purcell
08df807efe speed up redblack put performance 2017-04-06 11:33:07 -05:00
Emir Pasic
f6c17b5248 Merge pull request #53 from emirpasic/json
JSON serialization (marshaling) / deserialization (unmarshaling)
2017-03-06 05:24:02 +01:00
Emir Pasic
febc429423 - update documentation on serialization 2017-03-06 05:23:07 +01:00
Emir Pasic
2752136e4c - update documentation on serialization 2017-03-06 05:18:15 +01:00
Emir Pasic
42d0c04ae7 - serialization example 2017-03-06 04:58:03 +01:00
Emir Pasic
232f8d8a62 - tree-map and tree-bidi-map (de)serialization 2017-03-06 04:35:57 +01:00
Emir Pasic
7eadb02f45 - all trees (de)serialization 2017-03-06 04:18:23 +01:00
Emir Pasic
911a9d76cf - hash bidi map (de)serialization 2017-03-06 03:55:12 +01:00