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