Emir Pasic
|
eb4bb224e3
|
- add reversible iterators to tree set and tree map
|
9 years ago |
Emir Pasic
|
b304f5eb58
|
- add reversible iterators to array stack
|
9 years ago |
Emir Pasic
|
59bebe43ce
|
- update all documentation to be in godoc style
|
9 years ago |
Emir Pasic
|
ef9baa808a
|
- golint
|
9 years ago |
Emir Pasic
|
9992983a60
|
- refactor sets' tests
|
9 years ago |
Emir Pasic
|
544abaeab1
|
- remove map and select functions from enumerable interface, because this requires type assertions in chaining, which is really ugly and unnecessary. the only drawback is that one might forget to implement those functions and interface implementations asserts will not register that. (need help on this)
|
9 years ago |
Emir Pasic
|
8cb4635c2c
|
- code document all enumarable functions and iterators in containers
|
9 years ago |
Emir Pasic
|
3b6a40775a
|
- split enumerables into enumerables with keys and with indexes (same was done for iterators)
|
9 years ago |
Emir Pasic
|
e9377a48f6
|
- add enumerable to tree set
|
9 years ago |
Emir Pasic
|
0418a59aaf
|
- add iterator to tree set
|
9 years ago |
Emir Pasic
|
3b3edfc539
|
- naming conventions (calling interfaces by what they are)
|
9 years ago |
Emir Pasic
|
160299d0f7
|
- fix spelling mistake everywhere (expacted -> expected) and go vet/fmt
|
9 years ago |
emirpasic
|
3aa0eeddfb
|
ArrayList addition (inc. test, example and documentation)
|
11 years ago |
Emir Pasic
|
0f320a5e72
|
hashmap implemented (inc. tests)
|
11 years ago |
Emir Pasic
|
5e01f1c81f
|
treemap (inc. tests)
|
11 years ago |
Emir Pasic
|
187c76e5a4
|
implemented tree set (inc. tests)
|
11 years ago |