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 - Primitive Utilities
Guava - Primitive Utipties
As primitive types of Java cannot be used to pass in generics or in collections as input, Guava provided a lot of Wrapper Utipties classes to handle primitive types as Objects. Following is the pst of useful primitive processing utipties −
Sr.No | Utipty name & Description |
---|---|
1 |
Utipty for primitive byte. |
2 |
Utipty for primitive short. |
3 |
Utipty for primitive int. |
4 |
Utipty for primitive long. |
5 |
Utipty for primitive float. |
6 |
Utipty for primitive double. |
7 |
Utipty for primitive char. |
8 |
Utipty for primitive boolean. |