Java Stream toArray

The Java stream toArray methods, which we learn in this post, allow us to collect/convert a stream into an array.

March 15, 2022

Google Guava Functions

In this post, we will learn about the Google Guava Functions utility class which has static utility methods to work on Function instances.

February 21, 2022

Google Guava Predicates

In this post, we will learn about the useful static utility methods from the Google Guava Predicates class.

February 15, 2022

Apache Commons IO FileAlterationMonitor

Apache Commons IO FileAlterationMonitor is a runnable to notify the registered observers at specified time interval with file system changes

January 24, 2022

Apache Commons IO FileAlterationObserver

In this post, we learn about the Apache Commons IO FileAlterationObserver - using which we can observe the state of files and directories.

January 12, 2022

PeekingIterator and AbstractIterator from Google Guava

In this post, we will learn about the PeekingIterator and AbstractIterator classes from Google Guava library.

January 3, 2022

Suppliers Utility Class in Google Guava

The Suppliers class provides useful methods for working with a Supplier. In this post, we see the Suppliers utility class in Google Guava.

December 28, 2021

PrimitiveIterator in Java

A PrimitiveIterator in Java is an interface for the primitive specializations of an Iterator. In this post, we will learn about the PrimitiveIterator, its subclasses and its uses.

December 22, 2021

Google Guava CharMatcher

Google Guava CharMatcher class is a Predicate for a character value. It also has basic text processing methods.

December 6, 2021

Apache Commons Lang CharSet and CharSetUtils

The Apache Commons Lang CharSet represents a set of characters. This post covers the Apache Commons Lang CharSet and CharSetUtils class.

November 22, 2021