summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/funcdata
AgeCommit message (Collapse)Author
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-21Added new top-down transform typebculkin2442
2016-04-18Minor code changesbculkin2442
2016-04-18Added new option to top-down traversbculkin2442
2016-04-17Added new tree traversal option, and some minor changesbculkin2442
2016-04-17Code maintenace and changesbculkin2442
2016-04-13Implemented new tree abstractionbculkin2442
2016-04-13Removed old data typesbculkin2442
2016-04-11Some minor changes to the CLI systembculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-04-06Minor bugfixes/changes, as well as beginnings of CLI systemsbculkin2442
2016-04-04Minor changesbculkin2442
2016-04-03Code maintenance and changesbculkin2442
2016-04-03General code refactoring and maintenancebculkin2442
2016-04-01Minor fixes to thingsbculkin2442
2016-03-31More code maintenancebculkin2442
2016-03-30Moved interface back to the package it belongs inbculkin2442
2016-03-30General code refactoringbculkin2442
2016-03-30Added method to check if a tokenizer has more tokenizersbculkin2442
2016-03-28Changed sig of flatMap to use FunctionalLists instead of listsbculkin2442
2016-03-22General formatting changesbculkin2442
2016-03-22General formatting cleanup and documentation updatebculkin2442
2016-03-18Reorganized tree packages.bculkin2442
This is in preparation for addition of a non-searching binary tree.
2016-02-29Implemented partitioning capabilities for listsbculkin2442
2016-02-29General code cleanupbculkin2442
2016-02-29Factored interface out of GenHolderbculkin2442
2016-02-29Changed interface of GenHolderbculkin2442
GenHolder now has a proper interface with no public fields
2016-02-21Added parser for rule-based config files.bculkin2442
Also, minor changes to FST
2016-02-21Commenting of various thingsbculkin2442
2016-01-26Updates to various things, and addition of a graph class.bculkin2442
2015-10-22Work on a map with functional utilities.bculkin2442
For now, just a wrapping of a map.
2015-09-29Moved around tree stuff.bculkin2442
2015-09-29Added description for examples and added utility method to tokenizer.bculkin2442
It's now easier to use the tokenizer in the simpe case I usually use it for.
2015-09-29GUI stuff.bculkin2442
Almost finished with imports from version one.
2015-09-29More data structure work.bculkin2442
Yet more imports from previous version.