summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/funcutils
AgeCommit message (Collapse)Author
2017-03-17Move parsing utilities.bjculkin
Moved the parsing utilities SequenceDelimiter and TokenSplitter to the parserutils package, instead of the funcutils package.
2017-03-17Refactor StringUtilsbjculkin
Moved a bunch of token-oriented stuff from StringUtils to a new TokenUtils class.
2017-03-17Generalize SequenceDelimiter.bjculkin
Made SequenceDelimiter work for arbitrary sequences of objects. Use the StringDelimiter class for ease of use on strings.
2017-03-16Formattingbjculkin
2017-03-16Add sequence delimitation.bjculkin
Essentially, this allows you to convert flat strings to trees that match the delimiter structure of that flat string.
2017-03-15Remove old splitter code, and swap naming to match.EVE
2017-03-15Remove first attempt at delim. remover.EVE
It wasn't working well with regexes. I'll do fixed length strings instead.
2017-03-14Formattingbculkin2442
2017-03-14Deprecate ListUtils token splitting for NeoTokenSplitterbculkin2442
2017-03-14Added ability to ignore strings to splitterbculkin2442
2017-03-14Start on delimiter grouperbculkin2442
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-03-11Don't split solo operatorsbculkin2442
2017-03-10StringUtils expandedbculkin2442
2017-03-10String manipulation additionsbculkin2442
More and better ways to manipulate strings
2017-02-24Updatebjculkin
2017-02-16Updatebculkin2442
2017-02-13Updatebculkin2442
2017-02-11Fixed extra toString commabculkin2442
2017-02-10Bugfixes/Simplificationbculkin2442
2017-02-09Updatebculkin2442
2016-11-16Documentation updatebculkin2442
2016-11-10Doc updatesbculkin2442
2016-09-28Formatting passbculkin2442
2016-09-28Update various things.bculkin2442
2016-07-28Format/Cleanup passbculkin2442
2016-05-11Minor changesbculkin2442
2016-05-10Added interface to JDK collector APIbculkin2442
2016-05-10General updatebculkin2442
2016-05-07General changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-18Minor code changesbculkin2442
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-11Added new method to pairs and holdersbculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-04-06Minor bugfixes/changes, as well as beginnings of CLI systemsbculkin2442
2016-04-03General code refactoring and maintenancebculkin2442
2016-04-01Fixed bug that lead to exception when collapsing 0-length listsbculkin2442
2016-04-01Minor fixes to thingsbculkin2442
2016-03-31Created interface for implementations of builder patternbculkin2442
2016-03-31More code maintenancebculkin2442
2016-03-30Changed some of the token manipulators to not affect solo operatorsbculkin2442
The main change is that they won't handle tokens that consist only of the operator.
2016-03-28Added utility method to collapses lists into a stringbculkin2442
2016-03-28Added some simple utilities for handling expression tokensbculkin2442
2016-03-22General formatting changesbculkin2442