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
|
f0206f2457
|
- add enumerable to tree map
|
9 years ago |
Emir Pasic
|
7346ca6337
|
- add iterator to tree map
|
9 years ago |
Emir Pasic
|
16d751cd27
|
- Add Min() and Max() function to the tree map with test and documentation update
|
9 years ago |
Vlad Alexandru Ionescu
|
6bfa9f318d
|
Add ability to get leftmost (minimum) and rightmost (maximum) keys in treemap.
|
10 years ago |
Emir Pasic
|
48ad2d72e6
|
go vetting
|
11 years ago |
emirpasic
|
3aa0eeddfb
|
ArrayList addition (inc. test, example and documentation)
|
11 years ago |
emirpasic
|
a2f7d2482e
|
switching to BSD-style license [http://www.reddit.com/r/golang/comments/2y2x5v/gods_data_structures_for_go/cp6a90n]
|
11 years ago |
Emir Pasic
|
0f320a5e72
|
hashmap implemented (inc. tests)
|
11 years ago |
Emir Pasic
|
5e01f1c81f
|
treemap (inc. tests)
|
11 years ago |