Registry / utility / trove3

trove3

JSON →
library3.0.3-p9javamavenunverified

High-performance primitive collections for Java, forked by Palantir with patches and enhancements.

<dependency> <groupId>com.palantir.patches.sourceforge</groupId> <artifactId>trove3</artifactId> <version>3.0.3-p9</version> </dependency>
INSTALL
IMPORT
SIG · TROVE3
T
trove3
utilityjavav3.0.3-p9
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.

TIntIntMap
gnu.trove.map.TIntIntMap

Create and use a primitive int-int hash map.

import gnu.trove.map.TIntIntMap; import gnu.trove.map.hash.TIntIntHashMap; TIntIntMap map = new TIntIntHashMap(); map.put(1, 100); int value = map.get(1);
Debug
Known issues
gotchaThis is a Palantir fork with patches; may differ from upstream Trove.
fix
Check Palantir's changelog for differences from original Trove library.
affects: all
Upgrade
Version history
3.0.3-p9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
trove3 — mvn dependency:get trove3 · libregistry