Java com.google.common.collect ImmutableSet.Builder fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect ImmutableSet.Builder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect ImmutableSet.Builder.

The text is from its open source code.

Constructor

Method

booleanadd(E e)
Adds the specified element to this set if it is not already present (optional operation).
booleanaddAll(Collection c)
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
StringtoString()
Returns a string representation of the object.