summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/data/QueuedIterator.java
AgeCommit message (Collapse)Author
2020-04-07Finish remove utils.dataBen Culkin
utils.data now lives in the esodata project; not in this one
2020-04-06Cleanup warningsBen Culkin
Cleanup some warnings
2020-01-06General warning cleanupbculkin2442
Just clean up of some warnings/other misc. problems
2019-04-11QueuedIterator changesBenjamin J. Culkin
2018-10-29QueuedIteratorsbculkin2442
QueuedIterators are iterators that can have other iterators interleaved into their iteration sequences. This was implemented as a decent idea, and because it may help get the iterative topDownTransform working again (if it ever worked in the first place...)