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.

utility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources