
- Guava Tutorial
- Guava - Home
- Guava - Overview
- Guava - Environment Setup
- Guava - Optional Class
- Guava - Preconditions Class
- Guava - Ordering Class
- Guava - Objects Class
- Guava - Range Class
- Guava - Throwables Class
- Guava - Collections Utilities
- Guava - Caching Utilities
- Guava - String Utilities
- Guava - Primitive Utilities
- Guava - Math Utilities
- Guava Useful Resources
- Guava - Quick Guide
- Guava - Useful Resources
- Guava - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Guava - Collections Utilities
Guava introduces many advanced collections based on developers' experience in application development works. Given below is a list of useful collections −
Sr.No | Collection name & Description |
---|---|
1 | Multiset
An extension to Set interface to allow duplicate elements. |
2 | Multimap
An extension to Map interface so that its keys can be mapped to multiple values at a time. |
3 | BiMap
An extension to Map interface to support inverse operations. |
4 | Table
Table represents a special map where two keys can be specified in combined fashion to refer to a single value. |
Advertisements