jcabi / jcabi-immutable

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

Home Page:https://immutable.jcabi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://immutable.jcabi.com

License:Other


Languages

Language:Java 100.0%