Overview
Guava is an open-source library for Java that is developed by Google. It provides methods for collection, caching, string processing, concurrency libraries, I/O, etc., that allow developers to produce concise Java codes.
This instructor-led, live training (online or onsite) is aimed at Java programmers who wish to learn about Guava and how to utilize Guava in programming.
By the end of this training, participants will be able to:
- Learn how to use Guava in Java programming.
- Utilize Guava to facilitate standard coding practices.
- Make easy to read and concise Java codes.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Requirements
- Knowledge and experience in Java programming
Audience
- Java developers
Course Outline
Introduction
- Overview of Guava
- Setting up a Guava environment
Basic Guava Utilities
- Using and avoiding null
- Preconditions
- Conditional failures
- Ordering
- Object methods
- Throwables
Collections Utilities
- Collection types
- Utility classes
- Extension Utilities
Graphs
- Guava graph definition and capabilities
- Graph types
- Building graph instances
- Mutable and immutable graphs
- Graph elements
- Library contracts
Caching Utilities
- Population and eviction
- Features
String Utilities
- Joiner and splitter
- CharMatcher
- Charsets
- Case format
Primitive Utilities
- Primitive arrays
- General utilities
- Byte conversion
Math Utilities
- Integral
- Floating point
Summary and Next Steps