This repository was archived by the owner on May 3, 2026. It is now read-only.
Add more methods to Collection and Set.
Access the basic modification methods through the Collection and Set interfaces instead if needing the specific implementation object.
This can be useful, but could also lead to UnsupportedOperationException to be thrown, so use this feature with care.
While on the way, I also streamlined the collection framework libraries a bit more.