eclipse-collections
eclipse-collections copied to clipboard
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
https://github.com/eclipse/eclipse-collections/pull/1035#discussion_r532282989
Currently, the only way to collectKeyAndValue() on a MapIterable is by using a Function2 and returning a Pair. But that is unnecessary and inefficient as we create a Tuple for...
Hi, I noticed that `LazyIterable` does not have a `collectWithIndex` method, is that on purpose or would it make sense to have it implemented?
We should have a post-merge build for all the JDKs to understand the compatibility of the project with various versions of Java else it will be difficult to keep track...
Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=567399 ``` 2020-09-27T00:46:34.0289786Z 00:46:34:025 [ERROR] Failed to execute goal org.eclipse.ebr:ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) on project org.eclipse.collections: Unable to execute mojo: Execution null of goal org.eclipse.ebr:ebr-tycho-extras-plugin:1.3.0-SNAPSHOT:assemble-bundle-p2-repository failed: An API incompatibility was encountered...
This is so that Stacks.immutable.with() can be optimized to not create a new Stack for every element during construction. The constructor should be package private.
Hi, When dealing with a primitive map (e.g., ObjectDoubleMap), it is possible to call `getIfAbsent(key, defaultValue)` to get a default value when key is missing, but it is not possible...
```java MapIterable collectKeysUnique(Function2
This is a test improvement. **Problem:** Conditions within the test method will alter the behavior of the test and its expected output and would lead to situations where (I) the...
Already working on a Dutch translation of the website.