| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-25 | Update a number of things | Ben Culkin | |
| 2022-09-27 | GPLize project | Ben Culkin | |
| Finally deciding to move things into a proper license; which I can do since I've never accepted (or had :( ) a pull request from another person | |||
| 2022-09-24 | Add PairMap | Ben Culkin | |
| 2022-09-16 | Adjust a few things | Ben Culkin | |
| 2022-08-16 | Update iterator capabilities | Ben Culkin | |
| 2022-07-26 | Restructure a bit | Ben Culkin | |
| 2021-03-13 | Clear up some warnings | Ben Culkin | |
| 2020-12-14 | Implement NestList | Ben Culkin | |
| NestList is a recursive list structure, inspired by the way lists work in Rakudo (formerly Perl 6). | |||
| 2020-12-03 | Rename types to match Java style | Ben Culkin | |
| This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses | |||
| 2020-12-01 | An assortment of changes | Ben Culkin | |
| 2020-11-21 | Change IMap to use Optional, not exceptions | Ben Culkin | |
| IMap now returns optionals, instead of throwing an exception | |||
| 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-11-15 | Add MinMaxList data type | Ben Culkin | |
| This is a list wrapper that automatically tracks the minimum/maximum element currently in the list | |||
| 2020-11-09 | Formatting cleanup | Ben Culkin | |
| 2020-10-06 | Info cleanup | Ben Culkin | |
| 2020-04-14 | Cleanup some warnings and stuff | Ben Culkin | |
| 2020-04-13 | Cleanup pass | Ben Culkin | |
| Pass to do some cleanups | |||
| 2020-04-12 | Finish up extraction | Ben Culkin | |
| This applies the changes that were necessary to complete the extraction of these packages from bjc-utils | |||
| 2020-04-06 | Cleanup some warnings | Ben Culkin | |
| Cleanup some warnings | |||
| 2019-07-27 | Reimplement AbbrevMap, and implement Multimap | bculkin2442 | |
| This reimplements the old AbbrevMap structure as AbbrevMap2, and created a new Multimap structure as a apart of it. Multimap is exactly what it sounds like; a map that allows multiple values for a given key. The only real thing that is different about it, is that if you add a key-value pair multiple times, you'll have to remove it multiple times. | |||
| 2019-07-27 | More stack tests | bculkin2442 | |
| 2019-07-10 | General improvements to stack | bculkin2442 | |
| 2019-07-02 | Move tests to new package | bculkin2442 | |
| 2019-07-02 | Clean up comments | bculkin2442 | |
| 2019-07-02 | Rename package root | bculkin2442 | |
| The package root is now bjc, not io.github.bculkin2442. | |||
