eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Results 234 eclipse-collections issues
Sort by recently updated
recently updated
newest added

In #1679, we deleted flaky tests that were using these Collectors as if they were thread-safe from a parallel test. It's not clear to me if all Collectors must be...

## Context According to the JavaDocs `SortedSet#intersect` should always return members from **_this_**: https://eclipse.dev/collections/javadoc/11.1.0/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.html#intersect(org.eclipse.collections.api.set.SetIterable) > Description copied from interface: [SortedSetIterable](https://eclipse.dev/collections/javadoc/11.1.0/org/eclipse/collections/api/set/sorted/SortedSetIterable.html#intersect(org.eclipse.collections.api.set.SetIterable)) > Returns the set of all objects that are members...

I would love to be able to use even final classes I have no control over that by default uses "object" equals and hashCode as keys in for instance an...

Fixes #1587 The tests pass; if the implementation is not what was expected _(or anything else)_ please let me know and I'll work on it :) Had some problems along...

This PR attempts to fix a performance problem I found in immutablePrimitiveListFactoryImpl.stg for the `withAll(Iterable)` method. This method would call size at least three times on the primitive Iterables with...

On the project website https://docs.eclipse.xyz/developers/oracles/pyth-network I found several errors, but unfortunately I can't find this material on Github to make a commit. Help please

Github actions sometimes gets stuck and the workflow continues for 6 hours which is default timeout for Github actions. Pull request workflow usually takes 4 minutes. So I propose a...