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

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

Introduction

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

The text is from its open source code.

Method

booleanadd(E element)
Adds a single occurrence of the specified element to this multiset.
booleanaddAll(Collection c)
Adds all of the elements in the specified collection to this collection (optional operation).
intsetCount(E element, int count)
Guaranteed to throw an exception and leave the collection unmodified.