| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-17 | Reorder the methods in IMap again | Ben Culkin | |
| 2020-11-17 | Add static function for constructing IMap more easily | Ben Culkin | |
| Added a static function 'of' to IMap to allow you to more easily create a map from a list of key-value pairs. However, misuse of this method can result in getting ClassCastExceptions at some later point, because it has to use Object var-args + an unsafe generic cast. So, be careful, I suppose; and please make sure your argument types are correct. | |||
| 2020-11-17 | Remove some unnecessary overrides | Ben Culkin | |
| IMap has some default methods that its various implementations were overriding when they didn't need to | |||
| 2020-11-17 | Implement IFreezable for IMap | Ben Culkin | |
| 2020-04-13 | Cleanup pass | Ben Culkin | |
| Pass to do some cleanups | |||
| 2019-07-02 | Rename package root | bculkin2442 | |
| The package root is now bjc, not io.github.bculkin2442. | |||
