summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/funcdata/FunctionalMap.java
AgeCommit message (Collapse)Author
2023-06-25Update a number of thingsBen Culkin
2022-09-27GPLize projectBen 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
2020-12-03Rename types to match Java styleBen Culkin
This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses
2020-11-21Change IMap to use Optional, not exceptionsBen Culkin
IMap now returns optionals, instead of throwing an exception
2020-11-17Remove some unnecessary overridesBen Culkin
IMap has some default methods that its various implementations were overriding when they didn't need to
2020-11-17Implement IFreezable for IMapBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanups
2019-07-02Rename package rootbculkin2442
The package root is now bjc, not io.github.bculkin2442.