Speiger
2f1525ab57
Fixes and new updates.
...
- Added: Collectors to lists/queues/sets
- Fixed: Bugs in linked hash sets.
- Fixed: Bugs in unit tests.
2026-05-14 02:51:38 +02:00
Speiger
9f46091282
Added Tests for Ordered Maps and more work on completing the
...
implementation
2026-05-12 13:37:22 +02:00
Speiger
3d39d5526d
Breaking update
...
- Added: Optionals for the missing JDK ones.
- Removed: Default values for Reduce and FindFirst. Using Optionals
instead.
2026-05-11 18:00:00 +02:00
Speiger
a26106cc89
Fixed a bunch of Iterator code and implemented Reverse Map/Set Tests
2026-05-10 22:00:55 +02:00
Speiger
042460a338
Started Adding support for JDK21 SequencedCollections.
...
Implementation is mostly finished. Just need to iron out bugs.
But at this point i want to push activity.
2026-05-09 05:22:35 +02:00
Speiger
640a1a8161
Fixed tests and added missing changelog
2023-06-29 20:04:45 +02:00
Speiger
d2c81e7779
Fixed all the reported issues by the Unit testing.
2023-06-15 17:12:11 +02:00
Speiger
ed9ce60af4
Small Fixes to doc and Useless Imports
2023-05-17 09:01:09 +02:00
Speiger
61df32b7b2
Fixed unit tests and java 8 incompat.
2022-12-15 18:10:59 +01:00
Speiger
e30d011273
Fixed Unit Test and Added putIfAbsentTest
2022-12-08 10:40:21 +01:00
Speiger
4c52636c23
Fixed Unit Tests
2022-12-07 08:22:45 +01:00
Speiger
03b23f0e3c
Added New Iterable Feature
...
-Added: Repeating iterable/iterator/async feature which allows to repeate collections a desired amount of times.
-Added: Tests for it.
2022-07-16 05:00:22 +02:00
Speiger
fb7c417394
Refactor of the Project on Github.
...
-Added: Better System to decide what code should be generated.
-Added: Unit Tests are now included in the main branch.
-Added: Automatic System to test the main branch and ensure that tests work.
-Added: Pull Requests now run tests too.
2022-06-14 08:55:40 +02:00