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

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

Introduction

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

The text is from its open source code.

Method

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