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

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

Introduction

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

The text is from its open source code.

Method

HashMultisetcreate()
Creates a new, empty HashMultiset using the default initial capacity.
HashMultisetcreate(int distinctElements)
Creates a new, empty HashMultiset with the specified expected number of distinct elements.
HashMultisetcreate(Iterable elements)
Creates a new HashMultiset containing the specified elements.