Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Add more methods to Collection and Set.

Choose a tag to compare

@c0pperdragon c0pperdragon released this 11 Dec 13:48

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.