jcabi-immutable
jcabi-immutable copied to clipboard
Primitive Java Immutable Collections, like Array, ArraySet, etc.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.jcabi:jcabi](https://www.jcabi.com) ([source](https://togithub.com/jcabi/jcabi)) | `1.38.0` -> `1.39.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
Array consisting of mutable objects is mutable which contradicts the project's documentation. The following tests fails: ``` /** * Array must be immutable */ @Test public void isImmutable() { final...
The constructor of `Array`, `ArraySet` and `ArrayMap` uses `instanceof` for doing different logics according to different input which implements `Iterable`. This can be avoided by creating 2 new constructors taking...
If I understand it correctly, `ArrayMap` innards are sorted in order to have deterministic ordering of its elements. If that's true, then there is an error. `ArrayMap#Cmp` comparator compares string...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ubuntu](https://redirect.github.com/actions/runner-images) | github-runner | major | `22.04` -> `24.04` | --- ### Configuration...