summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/esodata/MinMaxList.java
AgeCommit message (Collapse)Author
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-11-15Add MinMaxList data typeBen Culkin
This is a list wrapper that automatically tracks the minimum/maximum element currently in the list