Google Guava Predicates
In this post, we will learn about the useful static utility methods from the Google Guava Predicates class.
In this post, we will learn about the useful static utility methods from the Google Guava Predicates class.
In this post, we will learn about the PeekingIterator and AbstractIterator classes from Google Guava library.
The Suppliers class provides useful methods for working with a Supplier. In this post, we see the Suppliers utility class in Google Guava.
Google Guava CharMatcher class is a Predicate for a character value. It also has basic text processing methods.
Google Guava offers many utility methods to simplify the coding. In this post, we will learn about the utilities in the Google Guava Streams.
Google Guava library has a class called Comparators, which provides static methods for working with Java Comparator instances.
Google Guava provides ways to create Immutable Collections. In this post, we will learn to create immutable collections using Google Guava.
Preconditions in the Google Guava offers static utility methods that will help us write one-line statements for doing precondition validations.
This post is about measuring elapsed time in Java using a Stopwatch. We will over cover the Stopwatch from Google Guava and the Apache Commons lang.
The BiMap in Google Guava is a bidirectional map that preserves the uniqueness of values and keys. This allows us to lookup by value in the map too.