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

Added a clarification on why Eclipse Collections is a good choice, comparing it to fluent APIs.

As one of the impactful Eclipse projects, we (the Develocity Solutions team) would like to invite you to be a part of the [Eclipse Develocity evaluation initiative](https://www.eclipse.org/lists/cross-project-issues-dev/msg20000.html). ## Description This...

… with == for object comparison Refactor rehash() method to improve performance by replacing equals() with == for object comparison

Final migration PR @motlin and we can call it success.

In the removeIf of primitive types, the template zeroes the remaining of the list. Is it really necessary to do so? ```` @Override public boolean removeIf(Predicate predicate) { int currentFilledIndex...

In this PR,  Added the missing methods to the ImmutableMapFactory interface and added implementation into ImmutableMapFactorImpl. Fixes #738

The sorted set implementations (TreeSortedSet, SortedSetAdapter, AbstractImmutableSortedSet) previously delegated getFirst() and getLast() to java.util.SortedSet's first() and last() methods, which throw NoSuchElementException when the set is empty. This violated the RichIterable/OrderedIterable...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

I have been experimenting with EC and concerned about the size of the jar. My use cases currently only require the object-based classes. So I started wondering and chatting with...