Skip to content

Get docs

more and more

GuavaTag ArchiveSubscribe

guava-21-new

New Stream, Comparator and Collector in Guava 21 1. Introduction This article is first in the series about the new features launched with Version 21 of the Google Guava library. We’ll discuss newly added classes and some major changes from previous versions of Guava. More specifically, we’ll discuss additions and… Continue Reading guava-21-new

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: guava-21-new

guava-preconditions

Guide to Guava’s PreConditions 1. Overview In this tutorial, we’ll show how to use the Google Guava’s Preconditions class. The Preconditions class provides a list of static methods for checking that a method or a constructor is invoked with valid parameter values. If a precondition fails, a tailored exception is… Continue Reading guava-preconditions

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: guava-preconditions

whats-new-in-guava-18

Guava 18: What’s New? 1. Overview Google Guava provides libraries with utilities that ease Java development. In this tutorial we will take a look to new functionality introduced in the Guava 18 release. 2. MoreObjects Utility Class Guava 18 saw the addition of the MoreObjects class, which contains methods that… Continue Reading whats-new-in-guava-18

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: whats-new-in-guava-18

guava-rangeset

Guide to Guava RangeSet 1. Overview In this tutorial, we’ll show how to use the Google Guava’s RangeSet interface and its implementations. A RangeSet is a set comprising of zero or more non-empty, disconnected ranges. When adding a range to a mutable RangeSet, any connected ranges are merged together while… Continue Reading guava-rangeset

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava, Java
  • Leave a comment: guava-rangeset

guava-sets

Guava – Sets 1. Overview In this tutorial, we’ll illustrate the most useful ways you can leverage Guava to work with Java Sets. Let’s start very simple and create a HashSet without the new operator, using Guava: Set<String> aNewSet = Sets.newHashSet(); 2. Union of Sets First, let’s take a look… Continue Reading guava-sets

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: guava-sets

guava-collections

Guava Collections Cookbook 1. Introduction This cookbook article is organized into small and focused recipes and code snippets for using Guava style collections. The format is that of a growing list of code examples with no additional explanation necessary – it is meant to keep common usages of the API… Continue Reading guava-collections

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava, Java Collections
  • Leave a comment: guava-collections

guava-bloom-filter

Bloom Filter in Java using Guava 1. Overview In this article, we’ll be looking at the Bloom filter construct from the Guava library. A Bloom filter is a memory-efficient, probabilistic data structure that we can use to answer the question of whether or not a given element is in a… Continue Reading guava-bloom-filter

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: guava-bloom-filter

guava-order

Guava Ordering Cookbook 1. Introduction This cookbook illustrates how to use the Guava style Ordering and Comparators. It is continuing the cookbook and example focus format that I started in the previous post about Guava collections. 2. The Cookbook dealing with nulls in a Collection nulls first List<Integer> toSort =… Continue Reading guava-order

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: guava-order

whats-new-in-guava-19

Guava 19: What’s New? 1. Overview Google Guava provides libraries with utilities that ease Java development. In this tutorial we will take a look to new functionality introduced in the Guava 19 release. 2. common.base Package Changes 2.1. Added CharMatcher Static Methods CharMatcher, as its name implies, is used to… Continue Reading whats-new-in-guava-19

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: whats-new-in-guava-19

guava-maps

Guava – Maps 1. Overview In this tutorial we’ll illustrate the most useful ways you can leverage Guava to work with Java Maps. Let’s start very simple and create a HashMap without the new operator, using Guava: Map<String, String> aNewMap = Maps.newHashMap(); 2. ImmutableMap Next – let’s see how to… Continue Reading guava-maps

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Guava
  • Leave a comment: guava-maps

Pagination

Previous page Page: 1 Page: 2 Page: 3 Next page

Tags

Algorithms Authentication Core Java Core Kotlin Data DevOps Exception Groovy Guava Hibernate Jackson Java Java 8 Java Array Java Concurrency Java Dates Java EE Java IO Java List Java Map Java Streams Java String JPA JSON JUnit Kotlin Linux Maven Mockito OAuth Pattern Persistence Programming REST Security Spring Spring 5 Spring Annotations Spring Boot Spring Cloud Spring Data Spring MVC Spring Security Testing Weekly Review

Recent Posts

  • linux-split-files
  • linux-chown-chmod-permissions
  • linux-jq-command-json
  • linux-wget-parallel-downloading
  • linux-symbolic-and-hard-links
  • linux-common-text-search
  • linux-stream-redirections
  • linux-curl-wget
  • linux-pipes-redirection
  • linux-find-command

© 2025  Get docs. Proudly powered by WordPress. WordStar, Theme by Linesh Jose