jcabi-immutable icon indicating copy to clipboard operation
jcabi-immutable copied to clipboard

Primitive Java Immutable Collections, like Array, ArraySet, etc.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

mvn PDD status Maven Central Javadoc

More details are here: immutable.jcabi.com

This module contains truly immutable collections of objects, including Array, ArraySet, and ArrayMap.

Limitation

Encapsulated objects with exposed mutators can mutate their state.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice