| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11-21 | Change IMap to use Optional, not exceptions | Ben Culkin | |
| IMap now returns optionals, instead of throwing an exception | |||
| 2020-11-17 | Add some tests for IMap/FunctionalMap | Ben Culkin | |
