forked from Speiger/Primitive-Collections
Speiger
5cc4f35407
-Changed: Build Task no longer Sync's because it is 9x slower and a File Builder never collides with another File Builder. -Added: getEquals() function for faster compare builders. -Changed: getNonClassType to getNonFileType() -Added: New Rule to the Rule Sheet. -Added: Regex Helper so recursion is supported -Added: FunctionMapper that supports more then 1 argument. -Changed: Injection & FunctionMapper support recursion- -Added: Loads of Variables to the GlobalVariables as they were added for templates. -Added: AbstractCollection, AbstractList, List, ListIterator, BidirectionalIterator, Arrays and ArrayList template. |
||
---|---|---|
gradle/wrapper | ||
src/main | ||
.classpath | ||
.gitattributes | ||
.gitignore | ||
.project | ||
LICENSE | ||
README.md | ||
RuleSheet.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
Primitive-Collections
Simple library to create primitive collections. Using template files to generate them.
Project for self teaching.