| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
LinkedListMultimap.create()
Creates a new, empty
LinkedListMultimap with the default initial capacity.
|
static <K |
LinkedListMultimap.create(int expectedKeys)
Constructs an empty
LinkedListMultimap with enough capacity to hold the specified number of keys without rehashing.
|
static <K |
LinkedListMultimap.create(Multimap
Constructs a
LinkedListMultimap with the same mappings as the specified
Multimap.
|