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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ArrayListMultimapcreate()
Creates a new, empty ArrayListMultimap with the default initial capacities.
ArrayListMultimapcreate(Multimap multimap)
Constructs an ArrayListMultimap with the same mappings as the specified multimap.
ArrayListMultimapcreate(int expectedKeys, int expectedValuesPerKey)
Constructs an empty ArrayListMultimap with enough capacity to hold the specified numbers of keys and values without resizing.
voidtrimToSize()
Reduces the memory used by this ArrayListMultimap , if feasible.