Commit Graph

466 Commits (master)
 

Author SHA1 Message Date
Emir Pasic 729073a73c
Merge pull request #100 from Quasilyte/patch-1
utils: remove excessive type assertions
5 years ago
Iskander (Alex) Sharipov 3978ee8254
utils: remove excessive type assertions
Assign type switch variable to get properly-typed value
inside case clauses.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
5 years ago
Emir Pasic 7c131f6714
Merge pull request #94 from HaraldNordgren/go_versions
Bump Travis versions
6 years ago
Harald Nordgren 7bbe2d9e0b Bump Travis versions 6 years ago
Emir Pasic 1615341f11
Merge pull request #92 from emirpasic/development
TreeMap Floor and Ceiling functions
6 years ago
emirpasic 4bc610bb3f TreeMap Floor and Ceiling functions 6 years ago
Emir Pasic 95d9cc1eea
Merge pull request #82 from loxp/master
Add Floor and Ceiling method to Treemap
6 years ago
Emir Pasic 7aedbffbed
Merge pull request #91 from emirpasic/development
LinkedHashMap
6 years ago
emirpasic 465885c5a3 - linked hashmap documentation and example 6 years ago
emirpasic cbce19f31e - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 6 years ago
emirpasic 5123d6be01 - fix comments/documentation, rigorous serialization testing 6 years ago
emirpasic 73e1b206f9 - linkedhashset simplification 6 years ago
emirpasic bd99060a93 - update comments and documentation 6 years ago
Emir Pasic 66ea3cf49c
Merge pull request #90 from emirpasic/development
Sets bulk initialization
6 years ago
emirpasic bc82528e1e Sets bulk intialization 6 years ago
Emir Pasic 555738833b
Add LinkedHashSet documentation 6 years ago
Emir Pasic ff6d2a7c34
Merge pull request #89 from emirpasic/development
LinkedHashSet
6 years ago
emirpasic b5b20b02b3 - linkedhashset implementation + iterator + serialization + tests + example + enumerable + documentation 6 years ago
emirpasic 413aad0304 - fix treeset iterator Last() function 6 years ago
emirpasic 1befeeefc9 - fix comments 6 years ago
Emir Pasic 5ef8ba6800
Merge pull request #88 from emirpasic/development
List bulk initialization
6 years ago
emirpasic c6630349c4 - bulk initialization for lists 6 years ago
Emir Pasic cbce439b4e
Merge pull request #61 from Spriithy/feature/list_constructors
Added bulk constructors for arraylists & (doubly)-linked-lists
6 years ago
emirpasic 370f7ab252 - fix https://github.com/emirpasic/gods/issues/85 6 years ago
emirpasic 17852f48a5 - update documentation and comments 6 years ago
Emir Pasic a6e6101bb0
Merge pull request #87 from bminer/master
Added `Set(index, value)` method to all Lists (closes #86)
6 years ago
Blake Miner 843fdb4848 Added `Set(index, value)` method to all Lists (closes #86)
Added tests
6 years ago
emirpasic de5d894737 - update documentation, closes #73 6 years ago
emirpasic 8557a87b9f fmt 6 years ago
Emir Pasic 6f0f602e3e
Merge pull request #76 from xtutu/master
optimize array list
6 years ago
Emir Pasic 5f49b99ed9
Merge pull request #81 from meal/readme-update-JSONDeserialization
Update README.md
6 years ago
loxp 1078d10189 Add Floor and Ceiling method to Treemap 6 years ago
Mateusz Kozak 92a8a1f980
Update README.md
fix example on how to deserialize key-value JSON
6 years ago
Emir Pasic bba54c718c
Merge pull request #80 from emirpasic/revert-79-revert-78-gofmt-2018-Jun-17-00-39
Revert "Revert "gofmt""
6 years ago
Emir Pasic 65869799a0
Revert "Revert "gofmt"" 6 years ago
Emir Pasic 937573a202
Merge pull request #79 from emirpasic/revert-78-gofmt-2018-Jun-17-00-39
Revert "gofmt"
6 years ago
Emir Pasic 076c527d93
Revert "gofmt" 6 years ago
Emir Pasic 8c6c64e99f
Merge pull request #78 from whilei/gofmt-2018-Jun-17-00-39
gofmt
6 years ago
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>
6 years ago
xtutu 5d06966e29 optimize array list 6 years ago
Emir Pasic b2394dfbb6
Merge pull request #69 from mahadevTW/indexOfMethod
Index of method
6 years ago
Mahadev 8a171863a0 Add IndexOf method to DoublyLinkedList 6 years ago
Mahadev e709a4b5ea Add IndexOf method to SinglyLinkedList 6 years ago
Mahadev f246a54621 Add IndexOf method to ArrayList 6 years ago
Emir Pasic 8a038b0103 Merge pull request #65 from dvrkps/patch-1
travis: update go versions
7 years ago
Davor Kapsa 39cc6fb03a travis: update go versions 7 years ago
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
7 years ago
Eugenio Cano-Manuel 576b606224 replaced ^\s for ^<tab> in code examples 7 years ago
Spriithy 12451bdcc6 Added bulk constructors for arraylists & (doubly)-linked-lists 7 years ago
Emir Pasic c4fc0ef8b1 Update README.md 7 years ago