dff173222d
Collections are now copyable
2021-10-06 17:48:37 +02:00
0e061921e9
New Features and improvements
...
-Added: addAll array function.
-Fixed: forEach with input now puts the input at the key instead of value
2021-09-28 03:23:21 +02:00
e30ca4103f
Fixed recent found bugs
...
-Fixed: addAll with non Specific Collections was crashing lists.
-Fixed/Refactor: Clear and trim implementation was all over the place
-Fixed: Wrappers toString/hashCode/equals function wasn't implemented
-Added: Tests for addAll bug
-Refactor: Did small code style cleanups as I was fixing bugs.
2021-09-13 17:02:24 +02:00
f4c25c683f
Removed Suffixes of unmodifiable & synchronize methods.
2021-06-23 18:53:40 +02:00
a9a38f7853
Finished first loop of JavaDoc generation.
...
-Fixed: A couple bugs that were found during javadoc generation.
Next loop of javadoc comes later right now i want to add splititerators
and streams
2021-04-26 22:25:09 +02:00
199f50eb32
Added Missing javaDoc for generic types. (Automated)
2021-04-24 20:13:25 +02:00
52d5155565
Enabled Eclipses JavaDoc Compiler to find issues with existing javadoc
...
-Fixed: Bunch of JavaDoc issues.
2021-04-24 17:37:06 +02:00
aaee550ea9
Project is now buildable.
...
-Moved: Code generation is in its own sourceset.
-Fixed: Bugs that caused that the project isnt buildable.
-Changed: Made build.gradle to a standard.
2021-01-29 11:41:48 +01:00