Java Commons 1.1.0
Java Commons is a Java library with general purpose utility classes.
The library is a collection of Java classes not related to any domain or application, providing useful tools currently missing from the JDK "toolbox". It can be used in any Java project running on JVM 17 or later. It has no run-time dependencies besides existing classes and interfaces in JDK 17.
For more information, visit the GitHub repo.
Packages
Package
Description
This is the root package of the Java Commons library.
Provides classes for collection handling.
Provides classes and interfaces for "Design by Contract" style coding.
Provides classes and interfaces to extend and improve the functional aspects of Java.
Provides classes to enhance basic language features.