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

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

Introduction

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

The text is from its open source code.

Constructor

Method

HashMultimapcreate()
Creates a new, empty HashMultimap with the default initial capacities.
HashMultimapcreate(int expectedKeys, int expectedValuesPerKey)
Constructs an empty HashMultimap with enough capacity to hold the specified numbers of keys and values without rehashing.
HashMultimapcreate(Multimap multimap)
Constructs a HashMultimap with the same mappings as the specified multimap.