Registry / utility / pcollections

pcollections

JSON →
library5.0.0javamavenunverified

A Persistent Java Collections Library providing immutable, persistent data structures.

<dependency> <groupId>org.pcollections</groupId> <artifactId>pcollections</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · PCOLLECTIONS
P
pcollections
utilityjavav5.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.

PVector
org.pcollections.PVector

Minimal Java snippet showing how to create and use a persistent vector.

import org.pcollections.PVector; import org.pcollections.TreePVector; public class Example { public void use() { PVector<String> vector = TreePVector.empty(); vector = vector.plus("element"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pcollections — mvn dependency:get pcollections · libregistry