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 [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @shivamarora1 in PR actions/cache#835 Update toolkit's cache...
Old Reference Guide: https://github.com/eclipse/eclipse-collections/blob/master/docs/guide.md#-primitive-collections The new reference guide is now in Asciidoc. The relevant section is now here: https://github.com/eclipse/eclipse-collections/blob/master/docs/2-Collection_Containers.adoc#primitive-collections
The methods `anySatisfy`, `allSatisfy` and `noneSatisfy` should be optimized on `UnifiedMapWithHashingStrategy` similar to how they are optimized on `UnifiedMap`.
Improve JavaDocs in Sets class (org.eclipse.collections.impl.factory.Sets). At present lack of documentation makes using this factory class more difficult.
Javadocs for Maven Central hosted artifacts are automatically updated here https://javadoc.io/doc/org.eclipse.collections/eclipse-collections-api/latest/index.html. Our Javadoc badges on README point to this link well. We are also hosting Javadocs on our website https://www.eclipse.org/collections/javadoc/11.1.0/...
Execution failed for task ':app:mergeDebugJavaResource'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > More than one file was found with OS independent path 'LICENSE-EPL-1.0.txt'.
This is a performance bug. There should be an optimization similar to the way collect is implemented for HashBag (see below). ``` if (target instanceof MutableBagIterable) { MutableBagIterable targetBag =...
The IDE files for Intellij IDEA are not stable. I have to constantly exclude them when committing. Every upgrade of the IDE creates new conflicts (new files, removed files, changed...
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M1 to 3.1.0. Release notes Sourced from maven-enforcer-plugin's releases. 3.1.0 🚀 New features and improvements [MENFORCER-420] - cache dependencies across rules (#152) @josephw [MENFORCER-409] - Log at...