Registry / utility / eclipse-collections

eclipse-collections

JSON →
library13.0.0javamavenunverified

Eclipse Collections is a collections framework for Java with JDK-compatible List, Set and Map implementations.

<dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections</artifactId> <version>13.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ECLIPSE-COLLECTION
E
eclipse-collections
utilityjavav13.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MutableList
org.eclipse.collections.api.list.MutableList

Demonstrates creating a MutableList using Eclipse Collections.

import org.eclipse.collections.api.list.MutableList; import org.eclipse.collections.impl.factory.Lists; public class Example { public static void main(String[] args) { MutableList<String> list = Lists.mutable.of("a", "b"); System.out.println(list); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
eclipse-collections — mvn dependency:get eclipse-collections · libregistry