Registry / utility / google-collections

google-collections

JSON →
library1.0-rc2javamavenunverified

Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0

<dependency> <groupId>com.google.collections</groupId> <artifactId>google-collections</artifactId> <version>1.0-rc2</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-COLLECTIONS
G
google-collections
utilityjavav1.0-rc2
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.

ImmutableList
com.google.common.collect.ImmutableList

Create an immutable list using Google Collections.

import com.google.common.collect.ImmutableList; public class Main { public static void main(String[] args) { ImmutableList<String> list = ImmutableList.of("a", "b", "c"); System.out.println(list); } }
Debug
Known issues
breakingThis library is superseded by Guava; consider migrating to com.google.guava:guava.
fix
Replace dependency with com.google.guava:guava and update imports to com.google.common.*.
affects: all
Upgrade
Version history
1.0-rc2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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