Tag

Multimaps

0 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Nov 26, 2014 · Fundamentals

Powerful Collection Utility Classes: Guava Tools Not Covered by java.util.Collections

This article explains Guava's extensive collection utility classes that complement or replace java.util.Collections, covering static factory methods, Iterable utilities, and specialized tools for Lists, Sets, Maps, Multisets, Multimaps, and Tables, with code examples illustrating their usage and advantages.

CollectionsIterablesMultimaps
0 likes · 27 min read
Powerful Collection Utility Classes: Guava Tools Not Covered by java.util.Collections