Registry / utility / gs-collections

gs-collections

JSON →
library7.0.3javamavenunverified

A comprehensive Java collections framework with JDK-compatible implementations and a rich API inspired by Smalltalk, providing efficient data structures and utility classes.

<dependency> <groupId>com.goldmansachs</groupId> <artifactId>gs-collections</artifactId> <version>7.0.3</version> </dependency>
INSTALL
IMPORT
SIG · GS-COLLECTIONS
G
gs-collections
utilityjavav7.0.3
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
com.gs.collections.api.list.MutableList

Create and iterate over a mutable list using GS Collections.

import com.gs.collections.api.list.MutableList; import com.gs.collections.impl.list.mutable.FastList; public class Example { public static void main(String[] args) { MutableList<String> list = FastList.newListWith("a", "b", "c"); list.each(System.out::println); } }
Debug
Known issues
gotchaGS Collections has been superseded by Eclipse Collections; consider migrating.
fix
Replace imports with org.eclipse.collections equivalents.
affects: *
Upgrade
Version history
7.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gs-collections — mvn dependency:get gs-collections · libregistry