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.
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1. Commits 5255080 [maven-release-plugin] prepare release maven-gpg-plugin-3.0.1 e4dc062 [MGPG-79] fix handling of external pinentry programs in case the passphrase i... 5902b2b deps: update JUnit 12fbd63...
I would like to improve EC PIT coverage please.
I was working in the Multimap hierarchy and found we have two deprecated TreeBagMultimap classes. One class has been deprecated since 5.0 and the other was deprecated in 7.0. I...
There is a method `forEachKeyMultiValues` on `Multimap` with the following signature: `void forEachKeyMultiValues(Procedure2
It can return different **datatype** depending on the different iteration method used in > https://github.com/eclipse/eclipse-collections/blob/master/docs/EclipseCollectionDiagram.png
With this pull request I would like to simplify the build of the p2 update site. Right now there is a p2-repository module in the main build that uses Eclipse...
When loading a very large number of values into a MutableMap, a `java.lang.NegativeArraySizeException` is encountered. A cursory examination of the code appears to point to `org.eclipse.collections.impl.map.mutable.UnifiedMap:300` where there is no...
There is a method toStack on `OrderedIterable`, but no equivalent toStack method on `OrderedIterable.`