Registry / utility / guava-collections

guava-collections

JSON →
libraryr03javamavenunverified

Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.

<dependency> <groupId>com.google.guava</groupId> <artifactId>guava-collections</artifactId> <version>r03</version> </dependency>
INSTALL
IMPORT
SIG · GUAVA-COLLECTIONS
G
guava-collections
utilityjavavr03
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

Minimal Guava ImmutableList usage example

import com.google.common.collect.ImmutableList; public class Quickstart { public static void main(String[] args) { ImmutableList<String> list = ImmutableList.of("a", "b", "c"); System.out.println(list); } }
Debug
Known issues
gotchaGuava Collections r03 is very old; consider using the main Guava artifact instead.
fix
Use com.google.guava:guava instead of guava-collections for latest features and fixes.
affects: r03
Upgrade
Version history
r03latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
guava-collections — mvn dependency:get guava-collections · libregistry