summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/data/ReverseListIterator.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-12-14Add ReverseListIteratorBen Culkin
ReverseListIterator is a ListIterator which iterates over a given list in reverse, so that next()/prev() are essentially swapped.