SlideShare a Scribd company logo
Guava/Multimap 
com.google.common.collect.Multimap<K,V>
Map vs Multimap 
Guava Multimap
Usage expample
Multimap structure
Interface hierarchy 
Interface Multimap <K,V>
Implementations of ListMultimap 
Interface ListMultimap <K,V> 
Class ArrayListMultimap <K,V> 
Class LinkedListMultimap <K,V> 
Class ForwardingListMultimap <K,V> 
Class ImmutableListMultimap <K,V>
Implementations of SetMultimap 
Interface SetMultimap <K,V> 
Class HashMultimap<K,V> 
Class LinkedHashMultimap<K,V> 
Class ImmutableSetMultimap<K,V> 
Class ForwardingSetMultimap<K,V>
Implementations of SortedSetMultiMap 
Interface SortedSetMultimap<K,V> 
Class ForwardingSortedSetMultimap<K,V> Class TreeMultimap<K,V>
Compare to JDK Collections 
Guava Implementation Keys behave like Values behave like 
ArrayListMultiMap HashMap ArrayList 
HashMultiMap HashMap HashSet 
LinkedListMultiMap LinkedHashMap LinkedList 
LinkedHashMultiMap LinkedHashMap LinkedHashSet 
TreeMultiMap TreeMap TreeSet 
ImmutableListMultiMap ImmutableMap ImmutableList 
ImmutableSetMultiMap ImmutableMap ImmutableSet
email: alexandr.geta@gmail.com

More Related Content

PPTX
L'on-line: rischi e opportunità per le industrie di marca. Il panorama normativo
PPTX
How to Break-in a slowpitch Softball Bat
PPTX
How to Break-in a slowpitch Softball Bat
PPTX
Michael Jordan
DOCX
International Strategy Analysis
DOCX
storr board
PDF
AVK Australia Product Program
PDF
MIPA Marketing & Branding Campaign Plan Book 2014
L'on-line: rischi e opportunità per le industrie di marca. Il panorama normativo
How to Break-in a slowpitch Softball Bat
How to Break-in a slowpitch Softball Bat
Michael Jordan
International Strategy Analysis
storr board
AVK Australia Product Program
MIPA Marketing & Branding Campaign Plan Book 2014

Similar to Multimap (13)

ODP
Type Parameterization
PPTX
Scalable Applications with Scala
PDF
Effective Java, Third Edition - Keepin' it Effective
PDF
Need help coding MorseCode in JavaCreate Class MorseCodeClient. T.pdf
PPTX
MetaProgramming with Groovy
PPTX
Metaprogramming with Groovy
PDF
RESTful Web Services with Jersey
PPTX
Resthub lyonjug
PDF
Linked hashmap (java platform se 8 )
PPT
Os Secoske
ODP
An Introduction to Windows PowerShell
PDF
Tree map (java platform se 8 )
PDF
js notes apni kaksha ahsgsggdgsgsgsgsgsgsgs
Type Parameterization
Scalable Applications with Scala
Effective Java, Third Edition - Keepin' it Effective
Need help coding MorseCode in JavaCreate Class MorseCodeClient. T.pdf
MetaProgramming with Groovy
Metaprogramming with Groovy
RESTful Web Services with Jersey
Resthub lyonjug
Linked hashmap (java platform se 8 )
Os Secoske
An Introduction to Windows PowerShell
Tree map (java platform se 8 )
js notes apni kaksha ahsgsggdgsgsgsgsgsgsgs
Ad

Recently uploaded (20)

PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Download FL Studio Crack Latest version 2025 ?
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Nekopoi APK 2025 free lastest update
PPTX
Monitoring Stack: Grafana, Loki & Promtail
DOCX
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
Wondershare Filmora 15 Crack With Activation Key [2025
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Download FL Studio Crack Latest version 2025 ?
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Design an Analysis of Algorithms I-SECS-1021-03
Why Generative AI is the Future of Content, Code & Creativity?
wealthsignaloriginal-com-DS-text-... (1).pdf
CHAPTER 2 - PM Management and IT Context
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Nekopoi APK 2025 free lastest update
Monitoring Stack: Grafana, Loki & Promtail
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Designing Intelligence for the Shop Floor.pdf
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Oracle Fusion HCM Cloud Demo for Beginners
Ad

Multimap